diff options
| author | Dmitry Sharshakov <sh7dm@outlook.com> | 2019-02-08 20:23:51 +0300 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-02-08 12:23:51 -0500 |
| commit | a6e164441c2f201d53863cae5fd7fdd68adf6fb7 (patch) | |
| tree | 993e470f4a6d5385783e5a9d59784ab63324a366 /fs/path | |
| parent | f113312ef22846ed6414f53de3acf4ce27eff40a (diff) | |
Clean up tests (denoland/deno_std#176)
Original: https://github.com/denoland/deno_std/commit/f2d23f8fcd3970a71d33d6cf6447a06ffcc12864
Diffstat (limited to 'fs/path')
| -rw-r--r-- | fs/path/test.ts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fs/path/test.ts b/fs/path/test.ts new file mode 100644 index 000000000..3664ae5f1 --- /dev/null +++ b/fs/path/test.ts @@ -0,0 +1,9 @@ +import "./basename_test.ts"; +import "./dirname_test.ts"; +import "./extname_test.ts"; +import "./isabsolute_test.ts"; +import "./join_test.ts"; +import "./parse_format_test.ts"; +import "./relative_test.ts"; +import "./resolve_test.ts"; +import "./zero_length_strings_test.ts"; |
