diff options
Diffstat (limited to 'cli/tests/testdata/test')
| -rw-r--r-- | cli/tests/testdata/test/ops_sanitizer_nexttick.out | 1 | ||||
| -rw-r--r-- | cli/tests/testdata/test/ops_sanitizer_nexttick.ts | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/cli/tests/testdata/test/ops_sanitizer_nexttick.out b/cli/tests/testdata/test/ops_sanitizer_nexttick.out index a8f2b5779..44a8d13d5 100644 --- a/cli/tests/testdata/test/ops_sanitizer_nexttick.out +++ b/cli/tests/testdata/test/ops_sanitizer_nexttick.out @@ -1,4 +1,3 @@ -Check [WILDCARD]/testdata/test/ops_sanitizer_nexttick.ts running 2 tests from ./test/ops_sanitizer_nexttick.ts test 1 ... ok ([WILDCARD]) test 2 ... ok ([WILDCARD]) diff --git a/cli/tests/testdata/test/ops_sanitizer_nexttick.ts b/cli/tests/testdata/test/ops_sanitizer_nexttick.ts index fcc9cb92a..9ad3a7b28 100644 --- a/cli/tests/testdata/test/ops_sanitizer_nexttick.ts +++ b/cli/tests/testdata/test/ops_sanitizer_nexttick.ts @@ -1,4 +1,4 @@ -import { nextTick } from "../../../../test_util/std/node/_next_tick.ts"; +import { nextTick } from "node:process"; // https://github.com/denoland/deno_std/issues/1651 |
