From 5f44148e83bb0056b7a361dd6a1bf28d11f3116d Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Thu, 25 Jul 2024 15:30:28 +1000 Subject: chore: update to `std@2024.07.19` (#24715) --- tests/testdata/coverage/no_snaps_included/no_snaps_included_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/testdata/coverage/no_snaps_included') diff --git a/tests/testdata/coverage/no_snaps_included/no_snaps_included_test.ts b/tests/testdata/coverage/no_snaps_included/no_snaps_included_test.ts index 5ec2117f0..b55091a3d 100644 --- a/tests/testdata/coverage/no_snaps_included/no_snaps_included_test.ts +++ b/tests/testdata/coverage/no_snaps_included/no_snaps_included_test.ts @@ -1,4 +1,4 @@ -import { assertSnapshot } from "@std/testing/snapshot.ts"; +import { assertSnapshot } from "@std/testing/snapshot"; import { truth } from "./no_snaps_included.ts"; Deno.test("the truth", () => { -- cgit v1.2.3