There was an error while loading. Please reload this page.
1 parent fc19433 commit 206834eCopy full SHA for 206834e
exercises/02.1-maping-array-objects-to-li/tests.js
@@ -33,7 +33,7 @@ test("The component should return the exact HTML", () => {
33
`);
34
});
35
36
-test("You should use singleAnimal to get the anima for each of the iterations", () => {
+test("You should use singleAnimal to get the animal for each of the iterations", () => {
37
expect(app_content).toMatch(/{\s*singleAnimal.label\s*}/g);
38
})
39
0 commit comments