diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-04-21 15:39:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-21 15:39:27 -0400 |
commit | f77b112797ffd686958928818a1b6acfdda197fe (patch) | |
tree | 22e14141d4e9ed89b249a18ef97b6a44b28c6568 /js/unit_tests.ts | |
parent | 8ba6e4fa137059a77ceed88de937bbb6c5276c45 (diff) |
Remove dead code js/compiler_test.ts (#2160)
Diffstat (limited to 'js/unit_tests.ts')
-rw-r--r-- | js/unit_tests.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/js/unit_tests.ts b/js/unit_tests.ts index 8b551b6fb..4df3ae16e 100644 --- a/js/unit_tests.ts +++ b/js/unit_tests.ts @@ -7,8 +7,6 @@ import "./blob_test.ts"; import "./buffer_test.ts"; import "./build_test.ts"; import "./chmod_test.ts"; -// TODO find a way to test the compiler with split snapshots -// import "./compiler_test.ts"; import "./console_test.ts"; import "./copy_file_test.ts"; import "./custom_event_test.ts"; |