diff options
| author | Mike Mulchrone <mtmulch0191@outlook.com> | 2023-06-07 06:27:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-07 12:27:25 +0200 |
| commit | 28ce0ef583b1be03f5ec4fdd90b946590862c5d4 (patch) | |
| tree | de03b9551983495499ff24008d9650f5ed445334 /cli/tests/testdata/bench/bench_formatting.ts | |
| parent | 42c10ecfdb5b48ef7cf1293ce8d2614d5fae9f33 (diff) | |
fix(cli): formatting bench with colors (#19323)
Diffstat (limited to 'cli/tests/testdata/bench/bench_formatting.ts')
| -rw-r--r-- | cli/tests/testdata/bench/bench_formatting.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/testdata/bench/bench_formatting.ts b/cli/tests/testdata/bench/bench_formatting.ts new file mode 100644 index 000000000..fdee15abb --- /dev/null +++ b/cli/tests/testdata/bench/bench_formatting.ts @@ -0,0 +1,3 @@ +Deno.bench("Date.now", () => { + Date.now(); +}); |
