Move jest configuration
This commit is contained in:
parent
ebbbe99eaf
commit
a534a3b691
2 changed files with 7 additions and 6 deletions
|
|
@ -1,6 +0,0 @@
|
|||
module.exports = {
|
||||
roots: ['src/newsreader/js/tests/'],
|
||||
|
||||
clearMocks: true,
|
||||
coverageDirectory: 'coverage',
|
||||
};
|
||||
|
|
@ -64,5 +64,12 @@
|
|||
"useTabs": false,
|
||||
"bracketSpacing": true,
|
||||
"arrowParens": "avoid"
|
||||
},
|
||||
"jest": {
|
||||
"roots": [
|
||||
"src/newsreader/js/tests/"
|
||||
],
|
||||
"clearMocks": true,
|
||||
"coverageDirectory": "coverage"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue