Skip to content
This repository was archived by the owner on Jan 27, 2019. It is now read-only.

Commit 66b3171

Browse files
committed
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

Lines changed: 5 additions & 5 deletions
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)