Skip to content

Commit 1d76734

Browse files
authored
Update tests.js
1 parent 58022d1 commit 1d76734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/03-Inline-Styles/tests.js

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

88
describe("The Table tag should contain inline style background: green", ()=>{
99

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

0 commit comments

Comments
 (0)