0.0.1 • Published 5 years ago

jest-plugin-tcr v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

A very little jest plugins that allows to play with test && commit || revert (TCR) introduced by Kent Beck.

Keep running your test in watch mode for productivity and press X at any time you want to commit / revert.

Installation

$ yarn add jest-plugin-tcr
// jest.config.js
module.exports = {
  watchPlugins: ["jest-plugin-tcr"]
};

And let's play with jest --watch 💪!