UNPKG

supertest-prefix

Version:

An extension to supertest which adds prefix to the routes

19 lines (18 loc) 404 B
module.exports = function (wallaby) { return { files: [ {pattern: 'node_modules/chai/chai.js', instrument: false}, 'src/**/*.js' ], tests: [ 'test/**/*.js' ], testFramework: 'mocha', compilers: { '**/*.js': wallaby.compilers.babel() }, env: { type: 'node' } }; };