2.3.0 • Published 6 years ago

@life-without-barriers/life-without-testing v2.3.0

Weekly downloads
14
License
ISC
Repository
github
Last release
6 years ago

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"
    ]
  }
}