mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
test: Reduce integration test memory usage
This commit is contained in:
@@ -2,6 +2,13 @@ const jestConfig = require('./jest.config');
|
||||
|
||||
module.exports = {
|
||||
...jestConfig,
|
||||
collectCoverage: true,
|
||||
coverageReporters: [ 'text', 'lcov' ],
|
||||
coveragePathIgnorePatterns: [
|
||||
'/dist/',
|
||||
'/node_modules/',
|
||||
'/test/',
|
||||
],
|
||||
coverageThreshold: {
|
||||
'./src': {
|
||||
branches: 100,
|
||||
|
||||
Reference in New Issue
Block a user