UNPKG

array-changes-async

Version:
17 lines (12 loc) 229 B
module.exports = function (wallaby) { return { files: [ 'lib/*.js' ], tests: ['test/*.spec.js'], env: { type: 'node', runner: 'node' } }; };