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 842ecfd commit cf1d63fCopy full SHA for cf1d63f
exercises/07-Very-Specific-Rules/tests.js
@@ -29,7 +29,7 @@ describe("All the styles should be applied", ()=>{
29
expect(reg.test(color)).toBeTruthy();
30
});
31
32
- test("The ul second element background should be green", ()=>{
+ test("The ol second element background should be green", ()=>{
33
document.querySelector(
34
"head"
35
).innerHTML = `<style>${css.toString()}</style>`;
0 commit comments