UNPKG

grunt-simple-mocha

Version:

A simple wrapper for running tests with Mocha.

8 lines (6 loc) 140 B
var assert = require('assert'); describe('a failing test', function() { it('should succeed', function() { assert.ok(true); }); });