diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-10-27 16:34:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-27 10:34:30 -0400 |
| commit | 6e2abb2b13af5dff5d631fb1bc0c279c49ebd066 (patch) | |
| tree | 4b01fc008536ff41e00af5de769bec804f53651b /test_napi | |
| parent | 9a97edce05ba3719ae3ace41df2b49e9168c1fa9 (diff) | |
chore: update deno_std submodule (#20994)
Diffstat (limited to 'test_napi')
| -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"; |
