UNPKG

activerules-merge-files

Version:

Merges multiple context files together to create a customized profile for hyper-marketing

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