When initializing package.json for the created app, the jest key needs
to be configured properly to enable jest to discover and properly load
the test files.
Fixes #7 where running npm test would fail to discover or run the
tests and then report no tests found.
When initializing package.json for the created app, the jest key needs to be configured properly to enable jest to discover and properly load the test files.
Fixes #7 where running npm test would fail to discover or run the tests and then report no tests found.