blob: 7bca6f896bf3ac1506ccd4d6153acce5363cead1 [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 { };