Skip to content

Commit 9b2f24a

Browse files
committed
Test
1 parent 1be8651 commit 9b2f24a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/replace.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +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
20+
console.log(output)
2121
const { error, stderr } = await cli([
22-
dir,
22+
output,
2323
'--replace',
2424
'-u',
2525
'postcss-import',

0 commit comments

Comments
 (0)