@sdeverywhere/plugin-check / CheckBundle
Describes a bundle used by model-check.
If path is defined, model-check will load that local JS bundle file.
If path is undefined, but url is defined, model-check will load the
remote bundle file at that URL.
If both path and url are undefined, model-check will load the latest
check-bundle.js generated by the build process.
name:
string
The name of the bundle as displayed in the report (this is typically a branch name).
optionalpath?:string
The absolute path to the local JS bundle file.
optionalurl?:string
The URL of the remote bundle file.