blob: baa507bae2fcbfd8393b25d75c110e59d30e6922 [file] [log] [blame]
/// <amd-module name="examples_webtesting/setup_script.spec"/>
describe('setup script', () => {
it('should load before the spec', async () => {
expect((window as any).setupGlobal).toBe('setupGlobalValue');
});
});
// at least one import or export is needed for this file to
// be compiled into an named-UMD module by typescript
export {};