summaryrefslogtreecommitdiff
path: root/cli/tests/integration/test_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/integration/test_tests.rs')
-rw-r--r--cli/tests/integration/test_tests.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/integration/test_tests.rs b/cli/tests/integration/test_tests.rs
index 57acb723e..bcf050adf 100644
--- a/cli/tests/integration/test_tests.rs
+++ b/cli/tests/integration/test_tests.rs
@@ -529,6 +529,11 @@ itest!(test_no_lock {
output: "lockfile/basic/test.nolock.out",
});
+itest!(test_replace_timers {
+ args: "test test/replace_timers.js",
+ output: "test/replace_timers.js.out",
+});
+
#[test]
fn test_with_glob_config() {
let context = TestContextBuilder::new().cwd("test").build();