diff options
Diffstat (limited to 'cli/tests/testdata/coverage/no_tests_included/foo.test.mts')
-rw-r--r-- | cli/tests/testdata/coverage/no_tests_included/foo.test.mts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/coverage/no_tests_included/foo.test.mts b/cli/tests/testdata/coverage/no_tests_included/foo.test.mts index 5d8ae9f27..12da76d02 100644 --- a/cli/tests/testdata/coverage/no_tests_included/foo.test.mts +++ b/cli/tests/testdata/coverage/no_tests_included/foo.test.mts @@ -1,4 +1,4 @@ -import { addNumbers } from './foo.ts'; +import { addNumbers } from "./foo.ts"; import { assertEquals } from "../../../../../test_util/std/testing/asserts.ts"; Deno.test("addNumbers works", () => { |