We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c45a43 commit f254559Copy full SHA for f254559
exercises/05-Specificity/tests.js
@@ -35,7 +35,7 @@ describe("All the styles should be applied", function () {
35
expect(cssArray).toBe("ul li");
36
expect(cssArrayBackground).toBe("blue");
37
})
38
- test("You should use a more specific rule using the !important annotation ", function () {
+ test("You should use a more specific rule using the !important annotation", function () {
39
40
document.querySelector(
41
"head"
@@ -51,4 +51,4 @@ describe("All the styles should be applied", function () {
51
expect(orangeHoverSelector).toBe("green");
52
});
53
54
-});
+});
0 commit comments