@life-without-barriers/life-without-testing
v2.3.0
Published
Testing utils for Jest/React
Downloads
41
Readme
life-without-testing
Standard testing utils for Jest/React apps.
Usage
yarn add --dev @life-without-barriers/life-without-testing
// package.json
{
"scripts": {
"test": "node node_modules/jest/bin/jest --config node_modules/@life-without-barriers/life-without-testing/jest.config.json"
},
"standard": {
"plugins": [ "flowtype" ],
"parser": "babel-eslint",
"envs": {
"browser": true,
"node": true,
"jest": true
},
"ignore": [
"flow-typed"
]
}
}