electron-userland / electron-userland/electron-webpack
Add `electron-webpack test` command
Open
- Dominant language
- TypeScript
- Stars
- 902
- Forks
- 168
- PR merge metrics
- No merged PRs in 30d
Description
Right now, if I want to run tests, I need to:
- install jest (or another test framework)
- add manually a babel.config.js in the root folder, so that jest knows how to parse the tests
The 2nd step should be removed.
I'd suggest to do like react-scripts, add a `test` command, which will run jest with the correct babel config.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.