UNPKG

universal-ledger-agent

Version:

The universal ledger agent framework, supporting plugins for message communication

21 lines (20 loc) 430 B
module.exports = function (config) { // noinspection JSFileReferences config.set({ mutator: 'typescript', packageManager: 'npm', reporters: ['html', 'clear-text', 'progress'], testRunner: 'mocha', tsconfigFile: 'tsconfig.json', mutate: ['src/**/*.ts'], mochaOptions: { spec: [ 'test/**/*.test.ts'] }, thresholds: { high: 100, low: 90, break: 80 } }) }