Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed Dec 31, 2019
1 parent 1be8651 commit 9b2f24a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/replace.js
Expand Up @@ -17,9 +17,9 @@ test('--replace works', async t => {
fs.copy('test/fixtures/a.css', path.join(dir, 'a.css'))
])

// XXX: Should be able to pass output instead of dir here, but this test env is weird
console.log(output)
const { error, stderr } = await cli([
dir,
output,
'--replace',
'-u',
'postcss-import',
Expand Down

0 comments on commit 9b2f24a

Please sign in to comment.