blob: 9f4cc83564a973c8c9bb7509aa05c51d7b6b660d [file] [log] [blame]
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 {};