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/integration/bench_tests.rs | |
parent | 42c10ecfdb5b48ef7cf1293ce8d2614d5fae9f33 (diff) |
fix(cli): formatting bench with colors (#19323)
Diffstat (limited to 'cli/tests/integration/bench_tests.rs')
-rw-r--r-- | cli/tests/integration/bench_tests.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/tests/integration/bench_tests.rs b/cli/tests/integration/bench_tests.rs index 0fc268076..0ba297e63 100644 --- a/cli/tests/integration/bench_tests.rs +++ b/cli/tests/integration/bench_tests.rs @@ -43,6 +43,12 @@ itest!(fail { output: "bench/fail.out", }); +itest!(bench_formatting { + args: "bench bench/bench_formatting.ts", + exit_code: 0, + output: "bench/bench_formatting.out", +}); + itest!(collect { args: "bench --ignore=bench/collect/ignore bench/collect", exit_code: 0, |