UNPKG

grunt-simple-mocha

Version:

A simple wrapper for running tests with Mocha.

9 lines (7 loc) 169 B
var assert = require('assert'); describe('a failing test', function() { it('should succeed', function() { // But it doesn't... assert.equal(1, -1); }); });