diff options
author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-04-18 09:46:33 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-17 23:46:33 +0000 |
commit | 25a80bc523bf47d5eba8d578b9ffeba26a8d0341 (patch) | |
tree | 96880afb6427f22fef2fd4bf86b6ec2d96c2a5f6 /tests/specs/publish/prefer_fast_check_graph/deps.ts | |
parent | 24fa5c784a7a4731ba8864e52977857959c580ed (diff) |
test(publish): check specifiers outside fast check module graph (#23369)
Closes #23023
Diffstat (limited to 'tests/specs/publish/prefer_fast_check_graph/deps.ts')
-rw-r--r-- | tests/specs/publish/prefer_fast_check_graph/deps.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |