UNPKG

224 BJavaScriptView Raw
1module.exports = {
2 coverageThreshold: {
3 global: {
4 branches: 80
5 }
6 },
7 errorOnDeprecated: true,
8 notify: true,
9 globalSetup: './tests/utils/setup-db.js',
10 globalTeardown: './tests/utils/teardown-db.js'
11}