/** @type {import('jest').Config} */
const config = {
    collectCoverage: true,
    testPathIgnorePatterns: [
        '<rootDir>/node_modules',
        '<rootDir>/docs'
    ]
}

module.exports = config;