UNPKG

activerules-locale-files

Version:

Used to define which locale files are checked for localization values

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