Mrm task that adds Jest
npm install mrm-task-jestSupports Babel (via babel-jest) and TypeScript (via ts-jest).
- Adds npm scripts
- Updates .gitignore, .npmignore, .eslintignore with common patterns
- Creates a sample test file, test.js, when the project has index.js in the root folder
- Tries to get rid of Mocha and AVA configs and dependencies
- Installs dependencies
````
npx mrm jest
The changelog can be found in CHANGELOG.md.
Everyone is welcome to contribute. Please take a moment to review the contributing guidelines.
Artem Sapegin and contributors.
MIT License, see the included License.md file.