@putout/plugin-remove-skip
putout plugin adds ability to find and remove test.only calls
Last updated 6 years ago by coderaiser .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ npm install @putout/plugin-remove-skip 
SYNC missed versions from official npm registry.

@putout/plugin-remove-skip NPM version

🐊Putout plugin adds ability to find and remove test.skip calls. Part of @putout/plugin-tape.

Install

npm i @putout/plugin-remove-skip -D

Rule

Rule remove-skip enabled by default, to disable add to .putout.json:

{
    "rules": {
        "remove-skip": "off"
    }
}

❌ Incorrect code example

test.skip('some', (t) => {
    t.end();
});

✅ Correct code Example

test('some', (t) => {
    t.end();
});

License

MIT

Current Tags

  • 4.0.1                                ...           latest (3 years ago)

12 Versions

  • 4.0.1                                ...           3 years ago
  • 4.0.0                                ...           3 years ago
  • 3.1.0                                ...           5 years ago
  • 3.0.0                                ...           5 years ago
  • 2.0.0                                ...           5 years ago
  • 1.3.0                                ...           6 years ago
  • 1.2.0                                ...           6 years ago
  • 1.1.1                                ...           6 years ago
  • 1.1.0                                ...           6 years ago
  • 1.0.2                                ...           6 years ago
  • 1.0.1                                ...           6 years ago
  • 1.0.0                                ...           6 years ago
Maintainers (1)
Downloads
Total 1
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (8)
Dependents (2)

© 2010 - cnpmjs.org x YWFE | Home | YWFE