diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2020-03-31 02:36:55 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-30 11:36:55 -0400 |
commit | 7670a13f8a036589f200296693957e4e24ef769a (patch) | |
tree | e8f389a6b9643195189a4aa1a7b9dbe930774543 /std/path/test.ts | |
parent | d795d3436246b609c572921ea4511fbde37f0ff3 (diff) |
feat: Add common to std/path (#4527)
Diffstat (limited to 'std/path/test.ts')
-rw-r--r-- | std/path/test.ts | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/std/path/test.ts b/std/path/test.ts deleted file mode 100644 index 3664ae5f1..000000000 --- a/std/path/test.ts +++ /dev/null @@ -1,9 +0,0 @@ -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"; |