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

grunt-blanket-mocha

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-blanket-mocha - npm Package Versions

2

1.0.0

Diff

Changelog

Source

1.0.0

  • Bump mocha to 2.4.5
  • [BREAKING] Bump grunt-lib-phantomjs to master, uses PhantomJS 2.x
  • [BREAKING] run option is now true by default
dcadwallader
published 0.5.0 •

dcadwallader
published 0.4.1 •

Changelog

Source

0.4.1

  • Fixing package.json keywords, no functional changes
dcadwallader
published 0.4.0 •

Changelog

Source

0.4.0

  • Support for custom reporters (@Bartvds)
  • Keep track of suites and fake test parent (@demmer)
  • Package size optimizations (@sindresorhus)
  • Bump mocha version to 1.12
dcadwallader
published 0.3.4 •

Changelog

Source

0.3.4

  • grunt.warn instead of grunt.log.warn on failures with bail false, correct exit code. (#71)
dcadwallader
published 0.3.3 •

Changelog

Source

0.3.3

  • Add log option to output console.log. False by default.
  • Update Readme to reflect Grunt 0.4 changes (finally)
dcadwallader
published 0.3.2 •

Changelog

Source

0.3.2

  • Add bail option (false by default)
  • Do not bail on error by default
dcadwallader
published 0.3.1 •

Changelog

Source

0.3.1

  • Update grunt-lib-phantomjs to 0.3.0
rash-mi
published 0.3.0 •

Changelog

Source

0.3.0

  • You may now specify which reporter you want to use (thanks SBoudrias)
  • Growl only shows notices on failures
sampleTest: {
    src: ['test.js'],
    options: {
        reporter: 'Nyan'
        mocha: {
            ui: 'tdd'
        }
    }
}
dcadwallader
published 0.2.0 •

Changelog

Source

0.2.0

  • Grunt >=0.4.0 only, MIGRATION REQUIRED if updating from 0.1.x
  • Uses grunt-lib-phantomjs for easy PhantomJS installation!
  • If things are not working right, try removing and installing via npm again.
  • Config changes required
    • tasks/mocha/mocha-helper.js has been moved to phantomjs/bridge.js, if you are including it manually, you must change the path/filename
    • Task options are now nested in the options key per task/target
all: {
    src: ['test.js'],
    options: {
        mocha: {
            ui: 'tdd'
        },
        run: true
    }
}
2
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