refactoring

- move the jest configuration files to the root directory
- remove squirrel installer startup check
- increase coverage for protocol handler
- update package.json as per the above
This commit is contained in:
Vishwas Shashidhar
2018-09-06 11:45:07 +05:30
parent b4c559c3ee
commit a28fd90b09
9 changed files with 73 additions and 37 deletions

View File

@@ -81,8 +81,8 @@
- [Jest framework](http://facebook.github.io/jest/) is used to run tests
- Use `npm test` to run unit tests
- Use `npm run spectron-test` to run UI tests
- Code coverage reports are placed in [coverage](./coverage) directory
- To check the test run report, see the [dist](./dist) directory
- Code coverage reports are placed in [coverage](./out/coverage) directory
- To check the test run report, see the [dist](./out) directory
- See the [tests](./tests) directory to find all the unit tests
- See the [spectron](./tests/spectron) directory to find all the unit tests