diff options
Diffstat (limited to 'integration/snapshots/multiple-var.debug.js')
-rw-r--r-- | integration/snapshots/multiple-var.debug.js | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/integration/snapshots/multiple-var.debug.js b/integration/snapshots/multiple-var.debug.js deleted file mode 100644 index 56d31d53e..000000000 --- a/integration/snapshots/multiple-var.debug.js +++ /dev/null @@ -1,11 +0,0 @@ -var foo = true; -globalThis.TRUE_BUT_WE_CANT_TREESHAKE_IT = true; -if (globalThis.TRUE_BUT_WE_CANT_TREESHAKE_IT) - ({ foo } = { foo: false }); -var foo; -export function test() { - console.assert(foo === false, "foo should be false"); - return testDone(import.meta.url); -} - -//# sourceMappingURL=http://localhost:8080/multiple-var.js.map |