Skip to content

Commit f254559

Browse files
authored
Update tests.js
1 parent 7c45a43 commit f254559

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/05-Specificity/tests.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe("All the styles should be applied", function () {
3535
expect(cssArray).toBe("ul li");
3636
expect(cssArrayBackground).toBe("blue");
3737
})
38-
test("You should use a more specific rule using the !important annotation ", function () {
38+
test("You should use a more specific rule using the !important annotation", function () {
3939

4040
document.querySelector(
4141
"head"
@@ -51,4 +51,4 @@ describe("All the styles should be applied", function () {
5151
expect(orangeHoverSelector).toBe("green");
5252
});
5353

54-
});
54+
});

0 commit comments

Comments
 (0)