Skip to content

Commit 92296be

Browse files
committed
Fix test
1 parent 52e6834 commit 92296be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/replace.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ 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
2021
const { error, stderr } = await cli([
21-
output,
22+
dir,
2223
'--replace',
2324
'-u',
2425
'postcss-import',

0 commit comments

Comments
 (0)