Forked from
Eclipse Foundation / IT / Webdev / solstice-assets
314 commits behind, 31 commits ahead of the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
jest.config.js 203 B
/** @type {import('jest').Config} */
const config = {
collectCoverage: true,
testPathIgnorePatterns: [
'<rootDir>/node_modules',
'<rootDir>/docs'
]
}
module.exports = config;