Skip to content

Commit 25a245d

Browse files
authored
Merge pull request #156 from Escelit/feat/77-claims-board
Claims board: quorum visualization, deadlines, and personalized “need…
2 parents 915cbe2 + d03adbd commit 25a245d

25 files changed

Lines changed: 2942 additions & 90 deletions

frontend/jest.config.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
const nextJest = require("next/jest.js");
2+
3+
const createJestConfig = nextJest({ dir: "./" });
4+
5+
/** @type {import('jest').Config} */
6+
const config = {
7+
testEnvironment: "jest-environment-jsdom",
8+
moduleNameMapper: {
9+
"^@/(.*)$": "<rootDir>/src/$1",
10+
},
11+
testMatch: ["**/__tests__/**/*.test.ts", "**/__tests__/**/*.test.tsx"],
12+
};
13+
14+
module.exports = createJestConfig(config);

frontend/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,12 @@
3434
"autoprefixer": "^10.4.27",
3535
"eslint": "^9",
3636
"eslint-config-next": "15.2.3",
37+
"fast-check": "^4.6.0",
3738
"jest": "^29",
39+
"jest-environment-jsdom": "^30.3.0",
3840
"postcss": "^8.5.8",
3941
"tailwindcss": "^4.2.2",
42+
"ts-jest": "^29.4.6",
4043
"typescript": "^5"
4144
}
4245
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"specId": "18d1cc77-c378-48a1-8896-9068026a1f1d", "workflowType": "requirements-first", "specType": "feature"}

0 commit comments

Comments
 (0)