diff options
author | Kevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com> | 2018-09-11 09:00:57 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-09-11 12:00:57 -0400 |
commit | 05f87a0cf23a370c0009db8343b3770b518799c8 (patch) | |
tree | b2279e3257382ea1c1ec8c259e9fecdac9e78820 /js/unit_tests.ts | |
parent | c2663e1d82521e9b68a7e2e96197030a4ee00c30 (diff) |
Move writeFileSync to write_file.ts, add writeFile and tests (#728)
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 1c5a9227e..e00cfc116 100644 --- a/js/unit_tests.ts +++ b/js/unit_tests.ts @@ -6,4 +6,5 @@ import "./console_test.ts"; import "./fetch_test.ts"; import "./os_test.ts"; import "./read_file_test.ts"; +import "./write_file_test.ts"; import "./mkdir_test.ts"; |