Entry.files defaults to all files

This commit is contained in:
Max Howell
2019-01-28 11:42:23 -05:00
parent ee1f46954c
commit 19c0c19bb6
5 changed files with 43 additions and 11 deletions

View File

@@ -10,6 +10,7 @@ extension PathTests {
("testEnumeration", testEnumeration),
("testEnumerationSkippingHiddenFiles", testEnumerationSkippingHiddenFiles),
("testExists", testExists),
("testExtension", testExtension),
("testIsDirectory", testIsDirectory),
("testJoin", testJoin),
("testMkpathIfExists", testMkpathIfExists),