blob: d3d7315e25210acc66d3d212f5584cc9d59ebe6b [file] [log] [blame]
/// <amd-module name="examples_webtesting/setup_script"/>
// 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 {};