summaryrefslogtreecommitdiff
path: root/tests/testdata/coverage/no_tests_included
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/coverage/no_tests_included')
-rw-r--r--tests/testdata/coverage/no_tests_included/foo.test.js2
-rw-r--r--tests/testdata/coverage/no_tests_included/foo.test.mts2
-rw-r--r--tests/testdata/coverage/no_tests_included/foo.test.ts2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/testdata/coverage/no_tests_included/foo.test.js b/tests/testdata/coverage/no_tests_included/foo.test.js
index e838badea..276375311 100644
--- a/tests/testdata/coverage/no_tests_included/foo.test.js
+++ b/tests/testdata/coverage/no_tests_included/foo.test.js
@@ -1,5 +1,5 @@
import { addNumbers } from "./foo.ts";
-import { assertEquals } from "@std/assert/mod.ts";
+import { assertEquals } from "@std/assert";
Deno.test("addNumbers works", () => {
assertEquals(addNumbers(1, 2), 3);
diff --git a/tests/testdata/coverage/no_tests_included/foo.test.mts b/tests/testdata/coverage/no_tests_included/foo.test.mts
index e838badea..276375311 100644
--- a/tests/testdata/coverage/no_tests_included/foo.test.mts
+++ b/tests/testdata/coverage/no_tests_included/foo.test.mts
@@ -1,5 +1,5 @@
import { addNumbers } from "./foo.ts";
-import { assertEquals } from "@std/assert/mod.ts";
+import { assertEquals } from "@std/assert";
Deno.test("addNumbers works", () => {
assertEquals(addNumbers(1, 2), 3);
diff --git a/tests/testdata/coverage/no_tests_included/foo.test.ts b/tests/testdata/coverage/no_tests_included/foo.test.ts
index e838badea..276375311 100644
--- a/tests/testdata/coverage/no_tests_included/foo.test.ts
+++ b/tests/testdata/coverage/no_tests_included/foo.test.ts
@@ -1,5 +1,5 @@
import { addNumbers } from "./foo.ts";
-import { assertEquals } from "@std/assert/mod.ts";
+import { assertEquals } from "@std/assert";
Deno.test("addNumbers works", () => {
assertEquals(addNumbers(1, 2), 3);