summaryrefslogtreecommitdiff
path: root/cli/tests/integration_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r--cli/tests/integration_tests.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs
index 78a89eb2b..d5b4016c1 100644
--- a/cli/tests/integration_tests.rs
+++ b/cli/tests/integration_tests.rs
@@ -2048,6 +2048,11 @@ itest!(single_compile_with_reload {
output: "single_compile_with_reload.ts.out",
});
+itest!(performance_stats {
+ args: "run --reload --log-level debug 002_hello.ts",
+ output: "performance_stats.out",
+});
+
itest!(proto_exploit {
args: "run proto_exploit.js",
output: "proto_exploit.js.out",