diff options
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 890249072..b4bc47e08 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -2049,7 +2049,7 @@ itest!(single_compile_with_reload { }); itest!(performance_stats { - args: "bundle --log-level debug 002_hello.ts", + args: "cache --reload --log-level debug 002_hello.ts", output: "performance_stats.out", }); |