1 2 3 4 5 6
/** @type {import('jest').Config} */ const config = { verbose: true, testPathIgnorePatterns: ["node_modules", "snapshots"], }; module.exports = config;