Skip to content

Commit d3d5a6c

Browse files
committed
fix testcase
1 parent 25938ba commit d3d5a6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/sourceMapTest.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ describe("source maps", function() {
5252
query: "?sourceMap"
5353
}, [
5454
[1, ".class { a: b c d; }", "", {
55-
file: 'test.scss',
55+
file: 'test.css',
5656
mappings: 'AAAA,SAAS,SAAS,EAAE',
5757
names: [],
5858
sourceRoot: 'webpack://',
59-
sources: [ '/./folder/test.scss' ],
59+
sources: [ '/./folder/test.css' ],
6060
sourcesContent: [ '.class { a: b c d; }' ],
6161
version: 3
6262
}]

0 commit comments

Comments
 (0)