From edec82f84ffb4952e560bfc5e0a1843eabf9696c Mon Sep 17 00:00:00 2001 From: Ryan Zimmerman Date: Mon, 30 Dec 2019 19:39:24 -0500 Subject: [PATCH] Test --- test/replace.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/replace.js b/test/replace.js index 446749d..9645c51 100644 --- a/test/replace.js +++ b/test/replace.js @@ -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',