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 c689708 commit c6329d7Copy full SHA for c6329d7
exercises/02.1-Background/tests.js
@@ -11,7 +11,7 @@ describe("All the styles should be applied", ()=>{
11
const link = document.querySelector("link");
12
const title = document.querySelector('title');
13
14
- test("The body tag should not contains any inline style", ()=>{
+ test("The body tag should not contain any inline style", ()=>{
15
document.querySelector(
16
"head"
17
).innerHTML = `<style>${css.toString()}</style>`;
0 commit comments