| /// <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 {}; |