UNPKG

only-changed-jest-watch-plugin

Version:

Jest watch plugin for running either only the modified test (for TDD), or tests of dependant modules

15 lines (11 loc) 140 B
language: node_js node_js: - "6" - "5" - "4" install: - make node_modules script: - make lint - make test - make coveralls