Skip to content

Commit 505d851

Browse files
committed
Test
1 parent 1be8651 commit 505d851

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/replace.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ test('--replace works', async t => {
1717
fs.copy('test/fixtures/a.css', path.join(dir, 'a.css'))
1818
])
1919

20-
// XXX: Should be able to pass output instead of dir here, but this test env is weird
2120
const { error, stderr } = await cli([
22-
dir,
21+
output.replace(/\\/g, '/'), // gotta keep globby happy on Windows
2322
'--replace',
2423
'-u',
2524
'postcss-import',

0 commit comments

Comments
 (0)