diff options
author | Kevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com> | 2019-11-26 00:40:57 -0800 |
---|---|---|
committer | Ry Dahl <ry@tinyclouds.org> | 2019-11-26 00:40:57 -0800 |
commit | f88dc4e197f36842b13843dd88da3d74d67578e5 (patch) | |
tree | b74a0da664bf0c126c345efa73815ea96db0b70b /cli/js/unit_tests.ts | |
parent | 658ec2aaf9c7e0d0b4ded4e97a3d89dc2fa25806 (diff) |
Add Deno.realpath (#3404)
Diffstat (limited to 'cli/js/unit_tests.ts')
-rw-r--r-- | cli/js/unit_tests.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/js/unit_tests.ts b/cli/js/unit_tests.ts index b5d85fcc8..c63fc5f26 100644 --- a/cli/js/unit_tests.ts +++ b/cli/js/unit_tests.ts @@ -33,6 +33,7 @@ import "./mkdir_test.ts"; import "./net_test.ts"; import "./os_test.ts"; import "./process_test.ts"; +import "./realpath_test.ts"; import "./read_dir_test.ts"; import "./read_file_test.ts"; import "./read_link_test.ts"; |