module.exports = { preset: 'ts-jest', testEnvironment: 'node', moduleNameMapper: { '^@nativescript/webpack$': '/src' }, setupFiles: [ '/jest.setup.ts' ], globals: { 'ts-jest': { tsconfig: 'tsconfig.jest.json' } } };