diff options
Diffstat (limited to 'test_napi/common.js')
-rw-r--r-- | test_napi/common.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test_napi/common.js b/test_napi/common.js index d1db4e9bf..23f58c60c 100644 --- a/test_napi/common.js +++ b/test_napi/common.js @@ -4,6 +4,7 @@ export { assert, assertEquals, assertRejects, + assertThrows, } from "../test_util/std/testing/asserts.ts"; export { fromFileUrl } from "../test_util/std/path/mod.ts"; |