Files
nebula.js/aw.config.cjs
Tobias Åström 32d600e88b chore: convert rendering tests to es6 (#1658)
* chore: convert rendering tests to es6

* chore: fix cjs config usage

* chore: fix cjs config usage

* chore: fix verify translations

* chore: babel and jest es6

* chore: aw cjs

* chore: aw cjs

* chore: aw cjs

* chore: fix path
2024-12-30 14:40:28 +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