Closed momosetti closed 4 years ago
Hi @daniel-norris. In order to fix the issue #41 i made this PR which can:
Adding Jest as a devDependency and adding Jest coverage test script command to package.json.
package.json
Adding Input.test.js test suits.
Input.test.js
Nice work @momosetti, thanks!
Welcome @daniel-norris, by the way i suggest to use Enzyme instead of test-utils. Its more efficient. Thanks.
Enzyme
test-utils
Hi @daniel-norris. In order to fix the issue #41 i made this PR which can:
Adding Jest as a devDependency and adding Jest coverage test script command to
package.json
.Adding
Input.test.js
test suits.