Skip to content

Commit 66b3171

Browse files
committedJan 19, 2018
Convert tabs to spaces
1 parent e84e3da commit 66b3171

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎test/utils/html-test.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ var css = "h1 { color: tomato; }";
55
var html = "<style>" + css + "</style><h1>Hello, world!</h1>";
66

77
describe("html", function() {
8-
it("should correctly extract css from raw html", function() {
9-
getCss("http://example.com/", null, html).then(function(response) {
10-
asset.deepEqual(css, response.css);
11-
});
12-
});
8+
it("should correctly extract css from raw html", function() {
9+
getCss("http://example.com/", null, html).then(function(response) {
10+
asset.deepEqual(css, response.css);
11+
});
12+
});
1313
});

0 commit comments

Comments
 (0)
Please sign in to comment.