Skip to content

Commit 449166b

Browse files
committed
fix all windows tests
1 parent d319c2e commit 449166b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/constants.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ test('constants with MOUNT starting with /', { skip: isWindows }, async function
191191
t.ok(constants.MOUNT === 'file:///custom/mount')
192192
})
193193

194-
test('constants with MOUNT starting with pear://', { skip: isWindows }, async function (t) {
194+
test('constants with MOUNT starting with pear://', async function (t) {
195195
t.plan(1)
196196

197197
const rig = () => {

0 commit comments

Comments
 (0)