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
1. pnpm setup: Moved pnpm/action-setup@v4 before actions/setup-node in all workflows
2. ESLint: Created packages/crypto/eslint.config.js with flat config format for ESLint 9
3. jsdom: Downgraded to 24 in apps/frontend to resolve ERR_REQUIRE_ESM
4. ethnum: Pinned to 1.4.0 in root Cargo.toml and updated Cargo.lock
All critical CI failures now resolved.
> anon-vote-backend@1.0.0 test C:\Users\DELL\OneDrive\Documents\Codes\anon\core\apps\backend
3
+
> jest --runInBand
4
+
5
+
FAIL src/tests/sorobanIntegration.test.ts
6
+
● Test suite failed to run
7
+
8
+
[96msrc/tests/sorobanIntegration.test.ts[0m:[93m72[0m:[93m53[0m - [91merror[0m[90m TS2694: [0mNamespace '"C:/Users/DELL/OneDrive/Documents/Codes/anon/core/node_modules/.pnpm/@prisma+client@5.22.0_prisma@5.22.0/node_modules/@prisma/client/default"' has no exported member 'PrismaClient'.
9
+
10
+
[7m72[0m } as unknown as typeof import("@prisma/client").PrismaClient,
11
+
[7m [0m [91m ~~~~~~~~~~~~[0m
12
+
13
+
● process.exit called with "1"
14
+
15
+
[0m [90m 42 |[39m console[33m.[39merror([32m"[Config] Missing or invalid environment variables:"[39m)[33m;[39m
0 commit comments