Skip to content

Commit a1e547e

Browse files
committedJun 30, 2022
Fix watch test
1 parent 7a8d21e commit a1e547e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎test/watch.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,9 @@ testCb('--watch dependencies', (t) => {
167167

168168
let killed = false
169169
const cp = exec(
170-
`node ${path.resolve('index.js')} a.css -o output.css -w --no-map`,
170+
`node ${path.resolve(
171+
'index.js'
172+
)} a.css -o output.css -u postcss-import -w --no-map`,
171173
{ cwd: dir }
172174
)
173175
cp.on('error', t.end)

0 commit comments

Comments
 (0)
Please sign in to comment.