blob: 6403e4282c24bac858fc2a372f812f4e14a43911 [file] [log] [blame]
// Setup global value that the test expect to be present.
(window as any).setupGlobal = 'setupGlobalValue';
// at least one import or export is needed for this file to
// be compiled into an named-UMD module by typescript
export {};