Skip to content

Commit 206834e

Browse files
Update tests.js
1 parent fc19433 commit 206834e

File tree

1 file changed

+1
-1
lines changed
  • exercises/02.1-maping-array-objects-to-li

1 file changed

+1
-1
lines changed

exercises/02.1-maping-array-objects-to-li/tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ test("The component should return the exact HTML", () => {
3333
`);
3434
});
3535

36-
test("You should use singleAnimal to get the anima for each of the iterations", () => {
36+
test("You should use singleAnimal to get the animal for each of the iterations", () => {
3737
expect(app_content).toMatch(/{\s*singleAnimal.label\s*}/g);
3838
})
3939

0 commit comments

Comments
 (0)