summaryrefslogtreecommitdiff
path: root/js/unit_tests.ts
diff options
context:
space:
mode:
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 ef65519f6..f203444fa 100644
--- a/js/unit_tests.ts
+++ b/js/unit_tests.ts
@@ -6,6 +6,8 @@
import { test, assert, assertEqual } from "./testing/testing.ts";
import { readFileSync } from "deno";
+import "./compiler_test.ts";
+
test(async function tests_test() {
assert(true);
});