mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
* 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>
17 lines
327 B
JavaScript
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
|