UNPKG

activerules-views

Version:

Marko powered views dervied from ActiveRules site data

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() })