diff options
| author | Adilson Schmitt Junior <adilsonschj@gmail.com> | 2022-05-02 21:43:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-02 15:43:03 -0400 |
| commit | 256dcb058ac2dd2a935076922265278c56264050 (patch) | |
| tree | 52e1e8557ab7c7405c0373f52bb51cafdd003d14 /cli/tests/testdata/test/file_protocol.ts | |
| parent | 66b9187a2dd2ea96e760b9bcd81a578dd338147d (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.ts | 1 |
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", () => {}); |
