We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e6834 commit 92296beCopy full SHA for 92296be
test/replace.js
@@ -17,8 +17,9 @@ test('--replace works', async t => {
17
fs.copy('test/fixtures/a.css', path.join(dir, 'a.css'))
18
])
19
20
+ // XXX: Should be able to pass output instead of dir here, but this test env is weird
21
const { error, stderr } = await cli([
- output,
22
+ dir,
23
'--replace',
24
'-u',
25
'postcss-import',
0 commit comments