diff options
Diffstat (limited to 'bundle/test.ts')
-rw-r--r-- | bundle/test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bundle/test.ts b/bundle/test.ts index 87d1257ee..504e449a6 100644 --- a/bundle/test.ts +++ b/bundle/test.ts @@ -12,6 +12,7 @@ import { instantiate, load, ModuleMetaData } from "./utils.ts"; /* eslint-disable @typescript-eslint/no-namespace */ declare global { namespace globalThis { + // eslint-disable-next-line no-var var __results: [string, string] | undefined; } } |