We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8d21e commit a1e547eCopy full SHA for a1e547e
1 file changed
test/watch.js
@@ -167,7 +167,9 @@ testCb('--watch dependencies', (t) => {
167
168
let killed = false
169
const cp = exec(
170
- `node ${path.resolve('index.js')} a.css -o output.css -w --no-map`,
+ `node ${path.resolve(
171
+ 'index.js'
172
+ )} a.css -o output.css -u postcss-import -w --no-map`,
173
{ cwd: dir }
174
)
175
cp.on('error', t.end)
0 commit comments