migrate js-api tests from Jest to Node.js native test runner (#12104)

This commit is contained in:
Denys Vuika
2026-07-28 20:04:31 +01:00
committed by GitHub
parent c316c6b594
commit 6c8b874704
58 changed files with 2355 additions and 4978 deletions
+4 -9
View File
@@ -77,17 +77,16 @@
"devDependencies": {
"@alfresco/eslint-plugin-eslint-angular": "workspace:*",
"@angular-devkit/architect": "0.2003.16",
"@angular/build": "20.3.32",
"@angular-devkit/core": "20.3.32",
"@angular-devkit/schematics": "20.3.32",
"@angular-eslint/eslint-plugin": "20.7.0",
"@angular-eslint/eslint-plugin-template": "20.7.0",
"@angular-eslint/template-parser": "20.7.0",
"@angular/build": "20.3.32",
"@angular/compiler-cli": "20.3.26",
"@chromatic-com/storybook": "4.1.3",
"@nx/angular": "22.7.4",
"@nx/eslint-plugin": "22.7.4",
"@nx/jest": "22.7.7",
"@nx/js": "22.7.7",
"@nx/storybook": "22.7.7",
"@nx/workspace": "22.7.7",
@@ -97,10 +96,9 @@
"@types/ejs": "3.1.5",
"@types/jasmine": "4.0.3",
"@types/jasminewd2": "2.0.13",
"@types/jest": "29.5.14",
"@types/jsdom": "27.0.0",
"@types/minimatch": "5.1.2",
"@types/node": "26.1.1",
"@types/sinon": "22.0.0",
"@typescript-eslint/eslint-plugin": "8.59.4",
"@typescript-eslint/parser": "8.59.4",
"@typescript-eslint/typescript-estree": "8.59.4",
@@ -122,10 +120,6 @@
"husky": "9.1.7",
"jasmine-core": "5.13.0",
"jasmine-reporters": "2.5.2",
"jest": "30.0.0",
"jest-environment-jsdom": "30.0.0",
"jest-preset-angular": "16.1.5",
"jsdom": "27.4.0",
"karma": "6.4.4",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
@@ -140,13 +134,14 @@
"rimraf": "6.1.3",
"sass-loader": "16.0.8",
"semver": "7.6.3",
"sinon": "22.1.0",
"spdx-license-list": "6.11.0",
"storybook": "10.4.0",
"stylelint": "16.20.0",
"stylelint-config-standard-scss": "13.1.0",
"ts-jest": "29.4.11",
"ts-node": "10.9.2",
"typescript": "5.9.3",
"undici": "8.7.0",
"webpack": "5.109.0"
},
"license": "Apache-2.0",