Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 739 Bytes

File metadata and controls

37 lines (20 loc) · 739 Bytes

@sdeverywhere/plugin-check / CheckBundle

Interface: 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.

Properties

name

name: string

The name of the bundle as displayed in the report (this is typically a branch name).


path?

optional path?: string

The absolute path to the local JS bundle file.


url?

optional url?: string

The URL of the remote bundle file.