summaryrefslogtreecommitdiff
path: root/tests/testdata/run/test_and_bench_in_run.js
blob: 108ae937a9c24aef950a9ee7c1a7042b9f218730 (plain)
1
2
3
4
5
Deno.test(function foo() {
});

Deno.bench(function bar() {
});