From f3095b8d311c85f633d280a980f76062015f8974 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Sat, 8 Jul 2023 14:34:08 -0400 Subject: chore: upgrade to dprint 0.39 (#19768) --- cli/tests/testdata/coverage/no_tests_included/foo.test.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/testdata/coverage/no_tests_included/foo.test.mts') 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", () => { -- cgit v1.2.3