Created by: kindrowboat
-
updates Jest to 19.0.2
-
removes testPathIgnorePatterns from jest config
-
adds testMatch to jest config to only match files in src
This change was verified by:
- forking and cloning
create-react-app
in a cloud9 environment - creating a new test project using
create-react-app
- running test and seeing
- the provided template test passing
- a metadata file in cloud9 with the same name failing because it is not a test and only JSON data
- making fix in
react-scripts
(see patch) - updating the
package.json
of test project to use modifiedcreate-react-app
- running tests and seeing only the one template test passing