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 58022d1 commit 1d76734Copy full SHA for 1d76734
exercises/03-Inline-Styles/tests.js
@@ -7,7 +7,7 @@ jest.dontMock("fs");
7
8
describe("The Table tag should contain inline style background: green", ()=>{
9
10
- test("You should not change the existing head tag elements", ()=>{
+ test("You should not change the existing <head> tag elements", ()=>{
11
let head = document.querySelector('head')
12
expect(head).toBeTruthy()
13
0 commit comments