Skip to content

Commit

Permalink
Fix watch test
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed Jun 30, 2022
1 parent 7a8d21e commit a1e547e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/watch.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,9 @@ testCb('--watch dependencies', (t) => {

let killed = false
const cp = exec(
`node ${path.resolve('index.js')} a.css -o output.css -w --no-map`,
`node ${path.resolve(
'index.js'
)} a.css -o output.css -u postcss-import -w --no-map`,
{ cwd: dir }
)
cp.on('error', t.end)
Expand Down

0 comments on commit a1e547e

Please sign in to comment.