module.exports = {
ignorePatterns: [
".*ignore",
"jest.config.js",
"**/__tests__/**",
"**/*.spec.ts",
"**/*.test.ts",
],
};