Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
cebbb772cbca907ea8577c8f7812ea3f220609f0
/
.
/
examples
/
web_testing
/
setup_script.ts
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
{};