diff options
Diffstat (limited to 'js')
m--------- | js/deps/https/deno.land/std (renamed from js/deps/https/deno.land/x/std) | 0 | ||||
-rw-r--r-- | js/test_util.ts | 7 | ||||
-rw-r--r-- | js/unit_tests.ts | 2 |
3 files changed, 3 insertions, 6 deletions
diff --git a/js/deps/https/deno.land/x/std b/js/deps/https/deno.land/std -Subproject d441a7dbf01ed87163dcde4120295c0c796f3f0 +Subproject d441a7dbf01ed87163dcde4120295c0c796f3f0 diff --git a/js/test_util.ts b/js/test_util.ts index f2d3b8dd6..c85284019 100644 --- a/js/test_util.ts +++ b/js/test_util.ts @@ -7,11 +7,8 @@ // tests by the special string. permW0N0 means allow-write but not allow-net. // See tools/unit_tests.py for more details. -import * as testing from "./deps/https/deno.land/x/std/testing/mod.ts"; -export { - assert, - assertEqual -} from "./deps/https/deno.land/x/std/testing/mod.ts"; +import * as testing from "./deps/https/deno.land/std/testing/mod.ts"; +export { assert, assertEqual } from "./deps/https/deno.land/std/testing/mod.ts"; // testing.setFilter must be run before any tests are defined. testing.setFilter(Deno.args[1]); diff --git a/js/unit_tests.ts b/js/unit_tests.ts index 5085deb5c..a82ffb36c 100644 --- a/js/unit_tests.ts +++ b/js/unit_tests.ts @@ -50,4 +50,4 @@ import "./version_test.ts"; import "../website/app_test.js"; -import "deps/https/deno.land/x/std/testing/main.ts"; +import "deps/https/deno.land/std/testing/main.ts"; |