diff options
author | Asher Gomez <ashersaupingomez@gmail.com> | 2023-11-22 12:03:03 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-22 02:03:03 +0100 |
commit | 20aa0796e6ff7651cdfce4d0292bdb11da5dfe2e (patch) | |
tree | 603eb549e887500ce3a6713452ba004239785c88 /test_napi/common.js | |
parent | e3e51313f6059829fc5eeaafe040b00ba9f15154 (diff) |
chore: update to `std@0.207.0` (#21284)
Closes #21002
Diffstat (limited to 'test_napi/common.js')
-rw-r--r-- | test_napi/common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_napi/common.js b/test_napi/common.js index ede045666..6ed9c63a0 100644 --- a/test_napi/common.js +++ b/test_napi/common.js @@ -5,7 +5,7 @@ export { assertEquals, assertRejects, assertThrows, -} from "../test_util/std/testing/asserts.ts"; +} from "../test_util/std/assert/mod.ts"; export { fromFileUrl } from "../test_util/std/path/mod.ts"; import process from "node:process"; |