Socket
Socket
Sign inDemoInstall

grunt-esquire-mocha

Package Overview
Dependencies
31
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    grunt-esquire-mocha

Grunt+Mocha runner for Esquire


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Grunt Esquire (plus Mocha and Chai)

A simple plugin to load the Esquire library and run Mocha.

Installation

Install with NPM:

npm install --save-dev grunt-esquire

Then just add the esquire-mocha task to your GruntFile.js.

'esquire-mocha': {
  'options': { slow: 500 },
  'default': {
    src: [ 'index.js',
           'test/*.js' ]
  }
},

Details

Basically, this little plugin for Grunt will load all the source files, and wait for any static injection (specified via the global.esqire(...) call) before running Mocha.

License

[Apache License, Version 2.0](Apache License)

FAQs

Last updated on 25 Nov 2014

Did you know?

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc