Skip to content

Commit 15c0011

Browse files
committed
2 parents 4f55d30 + 8d7fc2b commit 15c0011

File tree

1 file changed

+2
-1
lines changed
  • exercises/02-Separate-Stylesheet

1 file changed

+2
-1
lines changed

exercises/02-Separate-Stylesheet/tests.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ describe("All the styles should be applied", function () {
1919
jest.resetModules();
2020
});
2121
it("The body tag should not contains any inline style", function () {
22-
document.querySelector(
22+
document.qulector(
23+
.querySelector(
2324
"head"
2425
).innerHTML=`<style>${css.toString()}</style>`;
2526
let bodyInlineStyle=document.getElementsByTagName("body");

0 commit comments

Comments
 (0)