Searched refs:Mocha (Results 1 – 4 of 4) sorted by relevance
3 Mocha = require('mocha'); variable6 mocha = new Mocha()
1 Name: Mocha, simple, flexible, fun javascript test framework for node.js & the browser2 Short Name: Mocha
1423 exports = module.exports = Mocha;1480 function Mocha(options) { class1519 Mocha.prototype.bail = function(bail){ class1532 Mocha.prototype.addFile = function(file){1544 Mocha.prototype.reporter = function(reporter, reporterOptions){1570 Mocha.prototype.ui = function(name){1585 Mocha.prototype.loadFiles = function(fn){1604 Mocha.prototype._growl = function(runner, reporter) {1630 Mocha.prototype.grep = function(re){1644 Mocha.prototype.invert = function(){[all …]
15 - Emulates Mocha[2] test framework.