Socket
Socket
Sign inDemoInstall

grunt-esquire-mocha

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-esquire-mocha

Grunt+Mocha runner for Esquire


Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 25 Nov 2014

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