Commit b1d1b71f by Andrew Nesbitt

Removed source map test

Functionality isn't in the latest libsass
parent a4a04c54
......@@ -65,16 +65,4 @@ describe("compile file with source comments", function() {
}
});
});
it("should compile with render and source map outputs", function(done) {
sass.render({
file: sampleFilename,
source_comments: 'map',
success: function (css) {
done(assert.equal(css, expectedDebugScssStr));
},
error: function (error) {
done(error);
}
});
});
});
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