UNPKG

nodeunit-mock

Version:

A helper to allow you to mock out methods in a single nodeunit test without affecting the rest of the tests.

9 lines (7 loc) 247 B
"use strict"; module.exports = { "Sanity Tests": require("./sanitytests"), "Property Tests": require("./mockpropertytests"), "Function Mock Tests": require("./functionmocktests"), "Prototype Tests": require("./prototypetests") };