summaryrefslogtreecommitdiff
path: root/js/unit_tests.ts
diff options
context:
space:
mode:
authorAdam Conrad <422184+acconrad@users.noreply.github.com>2019-01-05 15:02:44 +0000
committerRyan Dahl <ry@tinyclouds.org>2019-01-05 10:02:44 -0500
commitf44322128b1ebb3d3d0db5ab9527ee4cdfbc7942 (patch)
tree4ec076859376986f7b3c9b66406431c068257e43 /js/unit_tests.ts
parentad01085406bbcb0d0d66eb3e05d4781a3aebee21 (diff)
Add Event web API (#1059)
Diffstat (limited to 'js/unit_tests.ts')
-rw-r--r--js/unit_tests.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/unit_tests.ts b/js/unit_tests.ts
index b24a156d5..73298297b 100644
--- a/js/unit_tests.ts
+++ b/js/unit_tests.ts
@@ -10,6 +10,8 @@ import "./compiler_test.ts";
import "./console_test.ts";
import "./copy_file_test.ts";
import "./dir_test.ts";
+import "./event_test.ts";
+import "./event_target_test.ts";
import "./fetch_test.ts";
// TODO The global "File" has been temporarily disabled. See the note in
// js/globals.ts