Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update tests.js
  • Loading branch information
josemoracard authored Mar 22, 2023
commit c6329d76d2ff2c44c177d7a2b6dd1ea17972c801
2 changes: 1 addition & 1 deletion exercises/02.1-Background/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe("All the styles should be applied", ()=>{
const link = document.querySelector("link");
const title = document.querySelector('title');

test("The body tag should not contains any inline style", ()=>{
test("The body tag should not contain any inline style", ()=>{
document.querySelector(
"head"
).innerHTML = `<style>${css.toString()}</style>`;
Expand Down