summaryrefslogtreecommitdiff
path: root/js/unit_tests.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/unit_tests.ts')
-rw-r--r--js/unit_tests.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/unit_tests.ts b/js/unit_tests.ts
index 0e877dea6..efbc7383c 100644
--- a/js/unit_tests.ts
+++ b/js/unit_tests.ts
@@ -3,5 +3,6 @@
// But it can also be run manually: ./out/debug/deno js/unit_tests.ts
import "./compiler_test.ts";
import "./console_test.ts";
-import "./os_test.ts";
import "./fetch_test.ts";
+import "./os_test.ts";
+import "./read_file_test.ts";