UNPKG

sinon-test

Version:

<a href="CODE_OF_CONDUCT.md"><img src="https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg" alt="Contributor Covenant" /></a>

13 lines (9 loc) 206 B
/** * Test case, sandboxes all test functions */ "use strict"; var test = require("./test"); function sinonTest(sinon, config) { return test.configure(sinon, config); } module.exports = sinonTest;