Files
nebula.js/aw.config.js
renovate[bot] 7ffc7205a5 chore(deps): update dependency d3-color to v3 [security] (#942)
* chore(deps): update dependency d3-color to v3 [security]

* chore: add name mapper for d3-color

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: caele <tsm@qlik.com>
2022-11-15 18:21:24 +01:00

17 lines
327 B
JavaScript

module.exports = {
mocha: {
timeout: 30000,
},
mocks: [],
nyc: {
exclude: [
'**/commands/**',
'**/__stories__/**',
'**/apis/**',
'**/packages/ui/icons/**/*.js', // Exclude the defined icons but test the `<SvgIcon />`
],
},
};
global.__NEBULA_DEV__ = false; // eslint-disable-line