0.1.0 • Published 6 years ago
@pobedit/jest-preset v0.1.0
@pobedit/jest-preset
A preset that is used as a base for Jest's configuration
Installation
Install with npm or Yarn:
npm:
npm install @pobedit/jest-preset --saveYarn:
yarn add @pobedit/jest-presetBasic usage
Jest's configuration can be defined in the package.json file of your project or using a jest.config.js file:
package.json:
{
"jest": {
"preset": "@pobedit/jest-preset"
}
}jest.config.js:
{
"preset": "@pobedit/jest-preset"
}Contributing
Feel free to submit a pull request if you find any bugs. Please make sure all commits are properly documented.
Tests
npm testPublishing
npm publish --access public --verboseLicense
MIT