Skip to content

Commit 9c6df5d

Browse files
authored
Merge pull request #166 from gabrielsanttana/add-react-testing-library-to-list
Add React Testing Library to the projects list
2 parents 451bffa + 8574b78 commit 9c6df5d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ const projectList = [
4242
projectLink: 'https://github.com/exercism/exercism/contribute',
4343
description: 'Quickly ramp up in new programming languages!',
4444
tags: ['Ruby', 'Exercises', 'CLI', 'Web App'],
45+
}, {
46+
name: 'React Testing Library',
47+
imageSrc: 'https://raw.githubusercontent.com/testing-library/react-testing-library/master/other/goat.png',
48+
projectLink: 'https://github.com/testing-library/react-testing-library/blob/master/CONTRIBUTING.md',
49+
description: 'Simple and complete React DOM testing utilities that encourage good testing practices.',
50+
tags: ['Unit testing', 'JavaScript', 'React', 'React Native'],
4551
}, {
4652
name: 'Gauge',
4753
imageSrc: 'https://avatars3.githubusercontent.com/u/7044589?s=400&u=8d2ce328da30e81978c303fdb31a2a7a1f0328e3&v=4',

0 commit comments

Comments
 (0)