diff options
Diffstat (limited to 'js/unit_tests.ts')
-rw-r--r-- | js/unit_tests.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/unit_tests.ts b/js/unit_tests.ts index e33fcf245..4ec5a720c 100644 --- a/js/unit_tests.ts +++ b/js/unit_tests.ts @@ -7,6 +7,7 @@ import "./fetch_test.ts"; import "./os_test.ts"; import "./files_test.ts"; import "./read_file_test.ts"; +import "./read_dir_test.ts"; import "./write_file_test.ts"; import "./copy_file_test.ts"; import "./mkdir_test.ts"; |