Reduce race conditons in watcher tests
We are getting test failures:
1) cli node-sass in.scss should watch the full scss dep tree for a single file:
Uncaught AssertionError: false == true
+ expected - actual
-false
+true
at Socket.<anonymous> (test/cli.js:317:9)
at readableAddChunk (_stream_readable.js:146:16)
at Socket.Readable.push (_stream_readable.js:110:10)
at Pipe.onread (net.js:523:20)
Showing
test/fixtures/watching-dir-02/index.scss
0 → 100644
test/fixtures/watching/white.scss
0 → 100644
Please
register
or
sign in
to comment