diff options
author | Kevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com> | 2018-10-26 13:01:45 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-10-26 13:01:45 -0700 |
commit | a99aaf5def7d2e223f8303e7a00bd9de4d3efdf6 (patch) | |
tree | 21297f1d3d2ebbc2f61b113996110bb86a7b97a5 /js/unit_tests.ts | |
parent | fe97217fa8483cb2e4f75a63b3a50e9df1c233b7 (diff) |
Add chmod/chmodSync on unix (and fix Cargo.toml) (#1088)
Initial implementation by Srijan Reddy (@srijanreddy98, #672).
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 f4b1e8139..610de02db 100644 --- a/js/unit_tests.ts +++ b/js/unit_tests.ts @@ -12,6 +12,7 @@ import "./read_dir_test.ts"; import "./write_file_test.ts"; import "./copy_file_test.ts"; import "./mkdir_test.ts"; +import "./chmod_test.ts"; import "./dir_test"; import "./make_temp_dir_test.ts"; import "./stat_test.ts"; |