|
@@ -34,11 +34,9 @@
|
|
|
"lint": "run-p lint:**",
|
|
"lint": "run-p lint:**",
|
|
|
"prelint:openapi:apiv3": "pnpm run openapi:generate-spec:apiv3",
|
|
"prelint:openapi:apiv3": "pnpm run openapi:generate-spec:apiv3",
|
|
|
"prelint:openapi:apiv1": "pnpm run openapi:generate-spec:apiv1",
|
|
"prelint:openapi:apiv1": "pnpm run openapi:generate-spec:apiv1",
|
|
|
- "test": "run-p test:jest test:vitest:coverage",
|
|
|
|
|
- "test:jest": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/integration/tsconfig.json jest",
|
|
|
|
|
|
|
+ "test": "pnpm run test:vitest:coverage",
|
|
|
"test:vitest": "vitest run",
|
|
"test:vitest": "vitest run",
|
|
|
"test:vitest:coverage": "COLUMNS=200 vitest run --coverage",
|
|
"test:vitest:coverage": "COLUMNS=200 vitest run --coverage",
|
|
|
- "jest:run": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/integration/tsconfig.json jest --passWithNoTests -- ",
|
|
|
|
|
"reg:run": "reg-suit run",
|
|
"reg:run": "reg-suit run",
|
|
|
"//// misc": "",
|
|
"//// misc": "",
|
|
|
"console": "npm run repl",
|
|
"console": "npm run repl",
|
|
@@ -274,8 +272,6 @@
|
|
|
"@headless-tree/react": "^1.5.1",
|
|
"@headless-tree/react": "^1.5.1",
|
|
|
"@next/bundle-analyzer": "^14.1.3",
|
|
"@next/bundle-analyzer": "^14.1.3",
|
|
|
"@popperjs/core": "^2.11.8",
|
|
"@popperjs/core": "^2.11.8",
|
|
|
- "@swc-node/jest": "^1.8.1",
|
|
|
|
|
- "@swc/jest": "^0.2.36",
|
|
|
|
|
"@tanstack/react-virtual": "^3.13.12",
|
|
"@tanstack/react-virtual": "^3.13.12",
|
|
|
"@testing-library/jest-dom": "^6.5.0",
|
|
"@testing-library/jest-dom": "^6.5.0",
|
|
|
"@testing-library/user-event": "^14.5.2",
|
|
"@testing-library/user-event": "^14.5.2",
|
|
@@ -283,7 +279,6 @@
|
|
|
"@types/bunyan": "^1.8.11",
|
|
"@types/bunyan": "^1.8.11",
|
|
|
"@types/express": "^4.17.21",
|
|
"@types/express": "^4.17.21",
|
|
|
"@types/hast": "^3.0.4",
|
|
"@types/hast": "^3.0.4",
|
|
|
- "@types/jest": "^29.5.2",
|
|
|
|
|
"@types/js-cookie": "^3.0.6",
|
|
"@types/js-cookie": "^3.0.6",
|
|
|
"@types/ldapjs": "^2.2.5",
|
|
"@types/ldapjs": "^2.2.5",
|
|
|
"@types/mdast": "^4.0.4",
|
|
"@types/mdast": "^4.0.4",
|
|
@@ -316,9 +311,6 @@
|
|
|
"i18next-hmr": "^3.1.3",
|
|
"i18next-hmr": "^3.1.3",
|
|
|
"i18next-http-backend": "^2.6.2",
|
|
"i18next-http-backend": "^2.6.2",
|
|
|
"i18next-localstorage-backend": "^4.2.0",
|
|
"i18next-localstorage-backend": "^4.2.0",
|
|
|
- "jest": "^29.5.0",
|
|
|
|
|
- "jest-date-mock": "^1.0.8",
|
|
|
|
|
- "jest-localstorage-mock": "^2.4.14",
|
|
|
|
|
"jotai-devtools": "^0.11.0",
|
|
"jotai-devtools": "^0.11.0",
|
|
|
"load-css-file": "^1.0.0",
|
|
"load-css-file": "^1.0.0",
|
|
|
"material-icons": "^1.11.3",
|
|
"material-icons": "^1.11.3",
|