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 5b47456 commit 1519430Copy full SHA for 1519430
package.json
@@ -23,7 +23,7 @@
23
"dependency-graph": "^0.8.0",
24
"fs-extra": "^8.1.0",
25
"get-stdin": "^7.0.0",
26
- "globby": "^9.0.0",
+ "globby": "^10.0.1",
27
"postcss": "^7.0.0",
28
"postcss-load-config": "^2.0.0",
29
"postcss-reporter": "^6.0.0",
test/replace.js
@@ -17,9 +17,8 @@ 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([
22
- dir,
+ output.replace(/\\/g, '/'), // gotta keep globby happy on Windows
'--replace',
'-u',
'postcss-import',
0 commit comments