12 lines
202 B
JavaScript
12 lines
202 B
JavaScript
module.exports = {
|
|
nodeResolve: true,
|
|
sessionStartTimeout: 30000,
|
|
coverageConfig: {
|
|
threshold: {
|
|
statements: 80,
|
|
branches: 70,
|
|
functions: 70,
|
|
lines: 80,
|
|
},
|
|
},
|
|
};
|