const config = require('../../jest.config.js') module.exports = { ...config, testPathIgnorePatterns: [ '/test/utils.ts', ], }