summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/test/file_protocol.ts
diff options
context:
space:
mode:
authorAdilson Schmitt Junior <adilsonschj@gmail.com>2022-05-02 21:43:03 +0200
committerGitHub <noreply@github.com>2022-05-02 15:43:03 -0400
commit256dcb058ac2dd2a935076922265278c56264050 (patch)
tree52e1e8557ab7c7405c0373f52bb51cafdd003d14 /cli/tests/testdata/test/file_protocol.ts
parent66b9187a2dd2ea96e760b9bcd81a578dd338147d (diff)
fix(test/bench): accept file protocol module specifier CLI args (#14429)
Diffstat (limited to 'cli/tests/testdata/test/file_protocol.ts')
-rw-r--r--cli/tests/testdata/test/file_protocol.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/testdata/test/file_protocol.ts b/cli/tests/testdata/test/file_protocol.ts
new file mode 100644
index 000000000..79128c2b3
--- /dev/null
+++ b/cli/tests/testdata/test/file_protocol.ts
@@ -0,0 +1 @@
+Deno.test("test 0", () => {});