Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dot-only-hunter

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dot-only-hunter

Hunt down `.only`s before it's too late.

  • 1.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
511
decreased by-22.58%
Maintainers
1
Weekly downloads
 
Created
Source

dot-only-hunter

Build Status npm npm Downloads

Hunt down .onlys before it's too late.

Works with mocha, tape and any tests written in BDD, TDD and QUnit style.

Install

$ npm install --save-dev dot-only-hunter

Usage

$ dot-only-hunter -h
Usage: dot-only-hunter [test_dir][options]
  -h, --help            output usage information
  -p, --prey <list>     additional commma-separated list of names to hunt preciding .only

$ dot-only-hunter
dot-only-hunter: test: No such file or directory

$ dot-only-hunter tests
Hunting inside 'tests' for tests with `.only`...
tests/test.js:describe.only('jello-eater', function () {
Whoops! Found `.only` in your tests.

$ rm tests/test.js
Hunting inside 'tests' for tests with `.only`...
All good!

License

MIT © David da Silva

Keywords

FAQs

Package last updated on 10 Jan 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc