File tree Expand file tree Collapse file tree 3 files changed +2
-14
lines changed
Expand file tree Collapse file tree 3 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 99 "@geti/config" : " *" ,
1010 "@testing-library/react" : " ^16.3.0" ,
1111 "@testing-library/user-event" : " ^14.6.1" ,
12- "@types/jest" : " ^29.5.14" ,
1312 "@types/node" : " ^22.15.3" ,
1413 "eslint" : " ^9.31.0" ,
1514 "eslint-plugin-header" : " ^3.1.1" ,
1615 "eslint-plugin-import" : " ^2.32.0" ,
17- "eslint-plugin-jest" : " ^28.11.0" ,
1816 "eslint-plugin-jsx-a11y" : " ^6.10.2" ,
1917 "eslint-plugin-react" : " ^7.37.5" ,
2018 "eslint-plugin-react-hooks" : " ^5.2.0" ,
21- "jest" : " ^29.7.0" ,
2219 "typescript" : " ^5.8.3"
2320 },
2421 "type" : " module" ,
2522 "scripts" : {
26- "test:unit" : " jest --config jest.config.js --watchAll=false" ,
23+ "test:unit" : " npm run test:unit --workspace=root --config jest.config.js --watchAll=false" ,
2724 "type-check" : " tsc --noEmit -p tsconfig.json" ,
2825 "lint" : " eslint \" src/**/*.ts*\" --max-warnings 0" ,
2926 "lint:fix" : " eslint --fix \" ./src/**/*.ts*\" "
Original file line number Diff line number Diff line change 1818 "@testing-library/jest-dom" : " ^6.6.4" ,
1919 "@testing-library/react" : " ^16.3.0" ,
2020 "@testing-library/user-event" : " ^14.6.1" ,
21- "@types/jest" : " ^29.5.14" ,
2221 "eslint" : " ^9.25.1" ,
2322 "eslint-plugin-header" : " ^3.1.1" ,
2423 "eslint-plugin-import" : " ^2.32.0" ,
25- "eslint-plugin-jest" : " ^28.11.0" ,
2624 "eslint-plugin-jsx-a11y" : " ^6.10.2" ,
2725 "eslint-plugin-playwright" : " ^2.2.0" ,
2826 "eslint-plugin-react" : " ^7.37.5" ,
2927 "eslint-plugin-react-hooks" : " ^5.2.0" ,
30- "jest" : " ^29.7.0" ,
3128 "typescript" : " ^5.8.3"
3229 },
3330 "scripts" : {
34- "test:unit" : " jest --config jest.config.js --watchAll=false" ,
31+ "test:unit" : " npm run test:unit --workspace=root --config jest.config.js --watchAll=false" ,
3532 "type-check" : " tsc --noEmit -p tsconfig.json" ,
3633 "lint" : " eslint \" src/**/*.ts*\" --max-warnings 0" ,
3734 "lint:fix" : " eslint --fix \" ./src/**/*.ts*\" "
You can’t perform that action at this time.
0 commit comments