From e7cab715749e4c5000c24ffeade1ef915d15a68d Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 22 Aug 2018 17:17:26 -0400 Subject: runtime.ts refactor into compiler.ts (#564) Adds compiler_test.ts --- js/unit_tests.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'js/unit_tests.ts') 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); }); -- cgit v1.2.3