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 4a39434 commit 7810dfeCopy full SHA for 7810dfe
exercises/05-Specificity/tests.js
@@ -8,7 +8,7 @@ jest.dontMock('fs');
8
9
describe("All the styles should be applied", function () {
10
11
- test("You should not change the existing head tag elements", function () {
+ test("You should not change the existing <head> tag elements", function () {
12
let head = document.querySelector('head')
13
expect(head).toBeTruthy()
14
0 commit comments