There was an error while loading. Please reload this page.
1 parent b767142 commit bb33d6fCopy full SHA for bb33d6f
exercises/13-Anchor-Like-Button/tests.js
@@ -20,7 +20,7 @@ describe("All the styles should be applied", ()=>{
20
21
expect(classTagStyles["padding"]).toBe("10px");
22
});
23
- test("The border radius should be '4px'", ()=>{
+ test("The border-radius should be '4px'", ()=>{
24
document.querySelector(
25
"head"
26
0 commit comments