'use strict'; module.exports = { displayName: 'API integration tests', testMatch: ['**/?(*.)+(spec|test).api.js'], testEnvironment: 'node', setupFilesAfterEnv: ['/test/jest-api.setup.js'], coveragePathIgnorePatterns: [ '/dist/', '/node_modules/', '/out-tsc/', '/test/', ], transform: {}, modulePathIgnorePatterns: ['.cache'], };