diff options
author | Kevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com> | 2019-04-08 06:11:32 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-04-08 09:11:32 -0400 |
commit | 1746a3ac69c880b76d4320b701e68a385e37900d (patch) | |
tree | 94c56333455813d4c5fed535795783f4f2d2cd02 /js/unit_tests.ts | |
parent | 4232c89c9eb18b32a6e87bfbb46c8d5862f52fb3 (diff) |
Add link/linkSync fs call for hardlinks (#2074)
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 e013de04e..6d626d4d4 100644 --- a/js/unit_tests.ts +++ b/js/unit_tests.ts @@ -23,6 +23,7 @@ import "./files_test.ts"; import "./form_data_test.ts"; import "./globals_test.ts"; import "./headers_test.ts"; +import "./link_test.ts"; import "./location_test.ts"; import "./make_temp_dir_test.ts"; import "./metrics_test.ts"; |