UNPKG

activerules-middleware

Version:

Middleware to load host or domain based configs in Express and Loopback.

11 lines (9 loc) 209 B
// test-setup.spec.js const sinon = require('sinon') const chai = require('chai') beforeEach(function () { this.sandbox = sinon.sandbox.create() }) afterEach(function () { this.sandbox.restore() })