diff --git a/core-web/libs/sdk/analytics/jest.config.ts b/core-web/libs/sdk/analytics/jest.config.ts index 65639983172..5cf6dc8f706 100644 --- a/core-web/libs/sdk/analytics/jest.config.ts +++ b/core-web/libs/sdk/analytics/jest.config.ts @@ -14,7 +14,7 @@ if (swcJestConfig.swcrc === undefined) { // Uncomment if using global setup/teardown files being transformed via swc // https://nx.dev/nx-api/jest/documents/overview#global-setupteardown-with-nx-libraries // jest needs EsModule Interop to find the default exported setup/teardown functions -swcJestConfig.module.noInterop = false; +// swcJestConfig.module.noInterop = false; export default { displayName: 'analytics',