diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2018-10-30 20:58:55 +0100 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-10-30 12:58:55 -0700 |
commit | 946acbc559fab050d13b5f2f66088254ec96f83d (patch) | |
tree | 93cd12b60e8d91a482b550949c857bbf4a83cbd0 /js/unit_tests.ts | |
parent | 8b39d2c99ef41736bb1d5b74ccda2f3aa6223e84 (diff) |
Add resources op (#1119)
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 af7b421e6..22e5fbdc0 100644 --- a/js/unit_tests.ts +++ b/js/unit_tests.ts @@ -22,6 +22,7 @@ import "./read_dir_test.ts"; import "./read_file_test.ts"; import "./read_link_test.ts"; import "./rename_test.ts"; +import "./resources_test.ts"; import "./stat_test.ts"; import "./symlink_test.ts"; import "./text_encoding_test.ts"; |