summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/bench/no_run.ts
diff options
context:
space:
mode:
authorGeert-Jan Zwiers <geertjanzwiers@protonmail.com>2023-03-26 16:55:58 +0200
committerGitHub <noreply@github.com>2023-03-26 14:55:58 +0000
commita29d88b43bdc3bf08a30fdb64d35beef8839f246 (patch)
tree89ca27e21576f410a7b980ddb04c48e63a9bc24d /cli/tests/testdata/bench/no_run.ts
parent701099b2a9ec64e6fad3b7ecfd78e8c7224ef83e (diff)
feat(bench): add `--no-run` flag (#18433)
Diffstat (limited to 'cli/tests/testdata/bench/no_run.ts')
-rw-r--r--cli/tests/testdata/bench/no_run.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/testdata/bench/no_run.ts b/cli/tests/testdata/bench/no_run.ts
new file mode 100644
index 000000000..c7a5dc1e8
--- /dev/null
+++ b/cli/tests/testdata/bench/no_run.ts
@@ -0,0 +1,2 @@
+const _value: string = 1;
+console.log("this should not be run");