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 edec82f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/replace.js
Expand Up @@ -17,9 +17,8 @@ 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
const { error, stderr } = await cli([
dir,
output.replace('\\', '/'),
'--replace',
'-u',
'postcss-import',
Expand Down

0 comments on commit edec82f

Please sign in to comment.