diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-05-13 17:08:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-13 17:08:02 +0200 |
| commit | b543e84b399ccfff9446d19c3b4cc55dab85c039 (patch) | |
| tree | 084e3f1854ff6650cef0d6376b18045dc587da18 /cli/tests/testdata | |
| parent | a5b50d0915a666c54e8668d6f8bc1b8f5d7e121a (diff) | |
chore: update test_util/std/ submodule (#14595)
Diffstat (limited to 'cli/tests/testdata')
| -rw-r--r-- | cli/tests/testdata/compat/globals.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cli/tests/testdata/compat/globals.ts b/cli/tests/testdata/compat/globals.ts index 39a555cbf..bd80fb3d7 100644 --- a/cli/tests/testdata/compat/globals.ts +++ b/cli/tests/testdata/compat/globals.ts @@ -1,7 +1,3 @@ -if (global != window) { - throw new Error("global is not equal to window"); -} - console.log(process); console.log(Buffer); console.log(setImmediate); |
