UNPKG

netflix-conductor-utilities

Version:
22 lines (21 loc) 437 B
module.exports = function (wallaby) { return { files: [ 'src/**/*.[j,t]s', ], tests: [ 'tests/**/*.test.ts', ], env: { type: 'node', runner: 'node' }, testFramework: 'mocha', debug: true, // workers: { // initial: 1, // regular: 1, // // restart: true, // }, }; };