Skip to content

Commit f7354f9

Browse files
authored
Update tests.js
1 parent f356825 commit f7354f9

File tree

1 file changed

+1
-1
lines changed
  • exercises/01.3-Your-Second-Style

1 file changed

+1
-1
lines changed

exercises/01.3-Your-Second-Style/tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ describe("All the styles should be applied", ()=>{
1313
expect(styles["background"]).toBe("blue");
1414
});
1515

16-
test("The body tag should not contains any inline style", ()=>{
16+
test("The body tag should not contain any inline style", ()=>{
1717
let emptyBodyInlineStyle = {};
1818
expect(body.style._values).toEqual(emptyBodyInlineStyle);
1919
});

0 commit comments

Comments
 (0)