jest-react-redux

v1.0.1
Makes snapshot testing of react-redux (e.g. mapStateToProps or mapDispatchToProps) glue-code easy as pie.
jest react redux react-redux snapshot test testing unit unit-test and 2 more...

test

npm run lint && npm run flow && npm run jest:coverage

lint

eslint src

prettier

prettier --write src/**/*.js

jest

jest

jest:watch

npm run jest -- --watch

jest:coverage

npm run jest -- --coverage

build:clean

rimraf dist

build:babel

babel src --out-dir dist --ignore spec.js

build:flow

flow gen-flow-files src --out-dir dist

prebuild

npm run build:clean

build

npm run build:babel && npm run build:flow

flow

flow

flow-typed

flow-typed

flow-typed-install

flow-typed install --ignoreDeps=bundled peer --overwrite

prepare

npm run flow-typed-install || true

prepublishOnly

npm run build

precommit

lint-staged && npm test

semantic-release

semantic-release pre && npm publish && semantic-release post

Metadata

  • MIT
  • >=8.2.0
  • Immonet dev team
  • released 11/8/2017

Downloads

Maintainers