0.0.10 • Published 10 years ago

grunt-mocha-debug v0.0.10

Weekly downloads
3
License
-
Repository
github
Last release
10 years ago

grunt-mocha-debug

Runs mocha tests in another process, automatically appending --debug-brk if 'debugger' statements are found

Getting Started

npm install grunt-mocha-debug --save-dev

Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:

grunt.loadNpmTasks('grunt-mocha-debug');

Overview

This task is similar to other mocha grunt tasks, except it will start another process. Itt will check each file for ocurrences of the 'debugger' statements (nothing fancy just regex test so the debugger statement can only have trailing spaces) and if any are found it will start the mocha process using the '--debug-brk' argument.

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

11 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago