Skip to content

Commit b7bf89a

Browse files
author
Nicolas Gallagher
committed
Remove leftover assertions
1 parent be22c40 commit b7bf89a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/css-stringify.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ describe('stringify(obj, {sourcemap: true})', function(){
5454
map.originalPositionFor({ line: 11, column: 0 }).should.eql(locs.mediaBlock);
5555
map.originalPositionFor({ line: 12, column: 2 }).should.eql(locs.mediaOnly);
5656
map.originalPositionFor({ line: 17, column: 0 }).should.eql(locs.comment);
57-
map.sourceContentFor('rules.css').should.eql(src);
5857
});
5958

6059
it('should generate source maps alongside when using compress compiler', function(){
@@ -67,7 +66,6 @@ describe('stringify(obj, {sourcemap: true})', function(){
6766
map.originalPositionFor({ line: 1, column: 10 }).should.eql(locs.tobiNameValue);
6867
map.originalPositionFor({ line: 1, column: 50 }).should.eql(locs.mediaBlock);
6968
map.originalPositionFor({ line: 1, column: 64 }).should.eql(locs.mediaOnly);
70-
map.sourceContentFor('rules.css').should.eql(src);
7169
});
7270

7371
it('should apply included source maps', function(){

0 commit comments

Comments
 (0)