Skip to content

Commit 7810dfe

Browse files
authored
Update tests.js
1 parent 4a39434 commit 7810dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/05-Specificity/tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jest.dontMock('fs');
88

99
describe("All the styles should be applied", function () {
1010

11-
test("You should not change the existing head tag elements", function () {
11+
test("You should not change the existing <head> tag elements", function () {
1212
let head = document.querySelector('head')
1313
expect(head).toBeTruthy()
1414

0 commit comments

Comments
 (0)