mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-05-27 07:00:28 -04:00
10 lines
118 B
JavaScript
10 lines
118 B
JavaScript
module.exports = {
|
|
mocha: {
|
|
timeout: 30000,
|
|
},
|
|
mocks: [],
|
|
nyc: {
|
|
exclude: ['**/commands/**'],
|
|
},
|
|
};
|