Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Removed source map test
Browse files Browse the repository at this point in the history
Functionality isn't in the latest libsass
  • Loading branch information
andrew committed Jul 26, 2013
1 parent a4a04c5 commit b1d1b71
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions test/source_comments_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
});
});
});

0 comments on commit b1d1b71

Please # to comment.