Remove client-side isLoggedIn value
[ProtonMail-WebClient.git] / packages / unleash / jest.config.js
blobff48cc0e35c0d4625d49f3782fa89890c1f90368
1 module.exports = {
2     moduleDirectories: ['<rootDir>/node_modules', 'node_modules'],
3     transformIgnorePatterns: [
4         'node_modules/(?!(@proton/shared|@proton/components|jsmimeparser|@protontech/mutex-browser|pmcrypto|pmcrypto-v6-canary|openpgp|@openpgp/web-stream-tools|@openpgp/asmcrypto.js|@openpgp/noble-hashes|@protontech/bip39|otpauth)/)',
5     ],
6     coverageReporters: ['text-summary', 'json'],
7     reporters: ['default', ['jest-junit', { suiteNameTemplate: '{filepath}', outputName: 'test-report.xml' }]],
8     testTimeout: 30000,
9     globals: {
10         BUILD_TARGET: 'test',
11         ENV: 'test',
12         EXTENSION_BUILD: false,
13     },