summaryrefslogtreecommitdiff
path: root/js/unit_tests.ts
diff options
context:
space:
mode:
authorKevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com>2018-09-16 13:35:16 -0700
committerRyan Dahl <ry@tinyclouds.org>2018-09-16 13:35:16 -0700
commitb0958073ba426db9636a98900a153af857e129c1 (patch)
tree0365012736578e8dd6ab7931a6ca542d88f5fb25 /js/unit_tests.ts
parent00404865395696fa38e544621ad67a9c2da2f455 (diff)
Remove remove_timer asserts (#760)
* Remove remove_timer asserts * Add clearTimeout invalid id no-panic test * Move timer test to its file AND some lint side-effects
Diffstat (limited to 'js/unit_tests.ts')
-rw-r--r--js/unit_tests.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/unit_tests.ts b/js/unit_tests.ts
index e1385e011..4f7b9681d 100644
--- a/js/unit_tests.ts
+++ b/js/unit_tests.ts
@@ -12,3 +12,4 @@ import "./make_temp_dir_test.ts";
import "./stat_test.ts";
import "./rename_test.ts";
import "./blob_test.ts";
+import "./timers_test.ts";