Commit 141ffa98 by Adeel

Test: Fixes for Windows, see #413 (comment).

parent ced1e9ca
......@@ -35,7 +35,7 @@ var sampleCssMapOutputPath = path.join(__dirname, '../sample.css.map');
describe('cli', function() {
it('should read data from stdin', function(done) {
var src = fs.createReadStream(sampleScssPath);
var emitter = spawn(cliPath, ['--stdout']);
var emitter = spawn('node', [cliPath, '--stdout']);
emitter.stdout.on('data', function(data) {
data = data.toString().trim();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment