module.exports = { preset: 'ts-jest', testEnvironment: 'node', testMatch: ['/test/**/*.test.ts'], modulePathIgnorePatterns: ["/packaging/fcast/fcast-receiver-linux-x64/resources/app/package.json"], };