summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/test/short-pass.ts
diff options
context:
space:
mode:
authorMark Ladyshau <47859603+mrkldshv@users.noreply.github.com>2022-07-15 16:29:55 +0200
committerGitHub <noreply@github.com>2022-07-15 10:29:55 -0400
commitee0c0586b318fe23908a3b9b4311b26d79c5c8a1 (patch)
tree7e584fdb24e1637a8a55d47a358970888658ab87 /cli/tests/testdata/test/short-pass.ts
parentf9b692e68e97ab6d39ad03988e973279a32cceca (diff)
feat(cli/test): add `DENO_JOBS` env variable for `test` subcommand (#14929)
Diffstat (limited to 'cli/tests/testdata/test/short-pass.ts')
-rw-r--r--cli/tests/testdata/test/short-pass.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/testdata/test/short-pass.ts b/cli/tests/testdata/test/short-pass.ts
new file mode 100644
index 000000000..03818ae8d
--- /dev/null
+++ b/cli/tests/testdata/test/short-pass.ts
@@ -0,0 +1 @@
+Deno.test("test", () => {});