From 25a80bc523bf47d5eba8d578b9ffeba26a8d0341 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Thu, 18 Apr 2024 09:46:33 +1000 Subject: test(publish): check specifiers outside fast check module graph (#23369) Closes #23023 --- tests/specs/publish/prefer_fast_check_graph/deps.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/specs/publish/prefer_fast_check_graph/deps.ts (limited to 'tests/specs/publish/prefer_fast_check_graph/deps.ts') diff --git a/tests/specs/publish/prefer_fast_check_graph/deps.ts b/tests/specs/publish/prefer_fast_check_graph/deps.ts new file mode 100644 index 000000000..5fd04621c --- /dev/null +++ b/tests/specs/publish/prefer_fast_check_graph/deps.ts @@ -0,0 +1 @@ +export * from "https://deno.land/std/assert/assert.ts"; -- cgit v1.2.3