jest-plugin-tcr

0.0.1 • Public • Published

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 💪!

/jest-plugin-tcr/

    Package Sidebar

    Install

    npm i jest-plugin-tcr

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    1.79 kB

    Total Files

    4

    Last publish

    Collaborators

    • skahrz