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 f356825 commit f7354f9Copy full SHA for f7354f9
exercises/01.3-Your-Second-Style/tests.js
@@ -13,7 +13,7 @@ describe("All the styles should be applied", ()=>{
13
expect(styles["background"]).toBe("blue");
14
});
15
16
- test("The body tag should not contains any inline style", ()=>{
+ test("The body tag should not contain any inline style", ()=>{
17
let emptyBodyInlineStyle = {};
18
expect(body.style._values).toEqual(emptyBodyInlineStyle);
19
0 commit comments