diff options
author | Kevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com> | 2018-09-30 15:06:41 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-09-30 18:06:41 -0400 |
commit | 50a9c2b575b383e72f64e16e83e540c215482e73 (patch) | |
tree | b6ace8c3b76549b39c691029ad318accf09a6c90 /js/unit_tests.ts | |
parent | eceeabdab29a8efab95990f2847fc21da39dfd66 (diff) |
Add copyFile/copyFileSync (#863)
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 2eea6c17b..e33fcf245 100644 --- a/js/unit_tests.ts +++ b/js/unit_tests.ts @@ -8,6 +8,7 @@ import "./os_test.ts"; import "./files_test.ts"; import "./read_file_test.ts"; import "./write_file_test.ts"; +import "./copy_file_test.ts"; import "./mkdir_test.ts"; import "./make_temp_dir_test.ts"; import "./stat_test.ts"; |