Remove dead code js/compiler_test.ts (#2160)

This commit is contained in:
Ryan Dahl 2019-04-21 15:39:27 -04:00 committed by GitHub
parent 8ba6e4fa13
commit f77b112797
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 687 deletions

View file

@ -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";