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.out | |
| parent | 66b9187a2dd2ea96e760b9bcd81a578dd338147d (diff) | |
fix(test/bench): accept file protocol module specifier CLI args (#14429)
Diffstat (limited to 'cli/tests/testdata/test/file_protocol.out')
| -rw-r--r-- | cli/tests/testdata/test/file_protocol.out | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/tests/testdata/test/file_protocol.out b/cli/tests/testdata/test/file_protocol.out new file mode 100644 index 000000000..252165950 --- /dev/null +++ b/cli/tests/testdata/test/file_protocol.out @@ -0,0 +1,6 @@ +Check file://[WILDCARD]/test/file_protocol.ts +running 1 test from ./test/file_protocol.ts +test 0 ... ok ([WILDCARD]) + +test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD]) + |
