refactor: remove jest and lint vitest (#62330)

This commit is contained in:
Oliver Eyton-Williams
2025-09-24 09:27:03 +02:00
committed by GitHub
parent d96d528e8c
commit 51eba06a7d
25 changed files with 253 additions and 1813 deletions
+1 -8
View File
@@ -79,9 +79,6 @@
"test:curriculum:tooling": "cd ./curriculum && pnpm vitest run",
"test:shared": "cd ./shared && pnpm vitest run",
"test:client": "cd ./client && pnpm test run",
"test-curriculum-full-output": "cd ./curriculum && pnpm run test:full-output run",
"test-config": "jest config",
"test-utils": "jest utils",
"prepare": "husky",
"playwright:run": "playwright test",
"playwright:watch": "playwright test --ui-port=0"
@@ -98,20 +95,18 @@
"@playwright/test": "^1.47.1",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@types/jest": "29.5.12",
"@types/lodash": "4.14.202",
"@types/node": "20.12.8",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "8.24.0",
"@typescript-eslint/parser": "8.23.0",
"babel-jest": "29.7.0",
"@vitest/eslint-plugin": "^1.3.12",
"debug": "4.3.4",
"eslint": "9.19.0",
"eslint-config-prettier": "10.0.1",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-filenames-simple": "0.9.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest-dom": "5.5.0",
"eslint-plugin-jsdoc": "48.2.1",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-no-only-tests": "3.1.0",
@@ -121,8 +116,6 @@
"globals": "^15.14.0",
"husky": "9.0.11",
"identity-obj-proxy": "^3.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"js-yaml": "3.14.1",
"lint-staged": "^13.1.0",
"lodash": "4.17.21",