diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2019-01-14 14:44:11 +1000 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-01-13 23:44:11 -0500 |
commit | de9c67a702cd031028a0cb817c24f49ffab97f0a (patch) | |
tree | c61f4ce0263c2dac0c53627893caa537e1072519 /js/unit_tests.ts | |
parent | 8039e2a55a9e01064b65a78423b0a49ac71d4361 (diff) |
Cleanup compiler and re-enable tests (#1512)
Diffstat (limited to 'js/unit_tests.ts')
-rw-r--r-- | js/unit_tests.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/unit_tests.ts b/js/unit_tests.ts index 846b21253..e02d5e303 100644 --- a/js/unit_tests.ts +++ b/js/unit_tests.ts @@ -6,7 +6,7 @@ import "./blob_test.ts"; import "./buffer_test.ts"; import "./chmod_test.ts"; -// import "./compiler_test.ts"; +import "./compiler_test.ts"; import "./console_test.ts"; import "./copy_file_test.ts"; import "./dir_test.ts"; |