@life-without-barriers/life-without-testing

2.3.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @life-without-barriers/life-without-testing

Weekly Downloads

3

Version

2.3.0

License

ISC

Last publish

Collaborators

  • danieloost
  • david.ceccato
  • joshnorris
  • jing.gao
  • samjeffress
  • matj
  • sheakelly
  • timhogan
  • mark.walters.lwb
  • luke.klein