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.
2 parents 4f55d30 + 8d7fc2b commit 15c0011Copy full SHA for 15c0011
exercises/02-Separate-Stylesheet/tests.js
@@ -19,7 +19,8 @@ describe("All the styles should be applied", function () {
19
jest.resetModules();
20
});
21
it("The body tag should not contains any inline style", function () {
22
- document.querySelector(
+ document.qulector(
23
+.querySelector(
24
"head"
25
).innerHTML=`<style>${css.toString()}</style>`;
26
let bodyInlineStyle=document.getElementsByTagName("body");
0 commit comments