Skip to content

Commit ae883f6

Browse files
author
Manuel Mujica
committed
Update test assertion text
Local css imports are not inlined in production but they should still work.
1 parent 6d774b0 commit ae883f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/css-local-import/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var p = document.getElementsByTagName("p").item(0);
44
var s = getComputedStyle(p);
55

66
if (window.assert) {
7-
assert.equal(s.fontSize, "30px", "should inline the @import");
7+
assert.equal(s.fontSize, "30px", "should load the @import");
88
done();
99
}
1010
else {

0 commit comments

Comments
 (0)