diff options
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 a82ffb36c..e013de04e 100644 --- a/js/unit_tests.ts +++ b/js/unit_tests.ts @@ -5,6 +5,7 @@ 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"; @@ -29,7 +30,6 @@ import "./mixins/dom_iterable_test.ts"; import "./mkdir_test.ts"; import "./net_test.ts"; import "./os_test.ts"; -import "./platform_test.ts"; import "./process_test.ts"; import "./read_dir_test.ts"; import "./read_file_test.ts"; |