Skip to content
Prev Previous commit
Next Next commit
Update tests.js
  • Loading branch information
josemoracard authored Apr 11, 2023
commit 1d76734376f1bdbc0bdad0805045b01e45d6359d
2 changes: 1 addition & 1 deletion exercises/03-Inline-Styles/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jest.dontMock("fs");

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

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

Expand Down