From 0ab262b901348e9251262a02bef17d14ed13b997 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 19 Jul 2022 11:58:18 -0400 Subject: feat: emit files on demand and fix racy emit (#15220) --- cli/tests/integration/info_tests.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/tests') diff --git a/cli/tests/integration/info_tests.rs b/cli/tests/integration/info_tests.rs index e02bb8ff2..aa678cb6d 100644 --- a/cli/tests/integration/info_tests.rs +++ b/cli/tests/integration/info_tests.rs @@ -1,6 +1,7 @@ // Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. use crate::itest; + use test_util as util; use test_util::TempDir; -- cgit v1.2.3