You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
transformIgnorePatterns: ['.*'], // Don't let jest transform stuff. We already have our own (better) build system !
testPathIgnorePatterns: [".*\.ts$",".*dist/.*$",".*longRunning.*$"], // Don't let jest try to execute .ts files (it fails cause you can't load MODULES at runtime). One can only the compiled commonjs .js files :(