Skip to content

Commit c756e9f

Browse files
committed
test: uncomment tests
yikes
1 parent deb2224 commit c756e9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ async function testSharedHostingWorkaround() {
5757
}
5858

5959
Promise.all([
60-
// testSync(),
61-
// testRelative(),
62-
// testAsync(),
60+
testSync(),
61+
testRelative(),
62+
testAsync(),
6363
testSpecialChars(),
6464
platform() === 'linux' ? testSharedHostingWorkaround() : Promise.resolve()
6565
])

0 commit comments

Comments
 (0)