describe-heavy

1.0.118 • Public • Published

describe-heavy

Build Status

do not run some test suits in yoshi watch mode (or wallaby)

this:

require('describe-heavy');
 
describe.heavy('my thing', function () {
  //your stuff...
});

turns into this:

describe('my thing', function () {
  if (!process.env.WIX_NODE_BUILD_WATCH_MODE) {
    //your stuff...
  }
});

that is all.

installing

available via npm:

$ npm install --save-dev describe-heavy

/describe-heavy/

    Package Sidebar

    Install

    npm i describe-heavy

    Weekly Downloads

    321

    Version

    1.0.118

    License

    none

    Unpacked Size

    2.91 kB

    Total Files

    4

    Last publish

    Collaborators

    • arielh
    • falconci
    • yurynix
    • itai.benda
    • wix-ci
    • wix-ambassador
    • shahata
    • netanelgilad
    • wix-ci-publisher
    • wix-bi-publisher