test: standardized jest unit testing (#10047)

This commit is contained in:
Nathan Walker
2022-11-28 14:30:32 -08:00
parent 66e8e39f1e
commit b147612e06
103 changed files with 1354 additions and 12804 deletions

View File

@@ -28,11 +28,11 @@
"@nrwl/jest": "15.2.1",
"@nrwl/node": "15.2.1",
"@nrwl/workspace": "15.2.1",
"@nstudio/focus": "^14.3.0",
"@nstudio/focus": "^15.0.0",
"@nstudio/nps-i": "~2.0.0",
"@prettier/plugin-xml": "^2.2.0",
"@types/chai": "^4.2.11",
"@types/jest": "28.1.8",
"@types/jest": "29.2.3",
"@types/mocha": "^7.0.2",
"@types/node": "18.7.1",
"@typescript-eslint/eslint-plugin": "^5.30.0",
@@ -47,7 +47,7 @@
"eslint-config-prettier": "^8.1.0",
"gonzales": "^1.0.7",
"husky": "^8.0.1",
"jest": "28.1.3",
"jest": "29.3.1",
"lint-staged": "^13.0.1",
"mocha": "^8.0.1",
"mocha-typescript": "^1.1.17",
@@ -61,9 +61,10 @@
"sass": "^1.45.2",
"shady-css-parser": "^0.1.0",
"tree-kill": "^1.2.2",
"ts-jest": "28.0.8",
"ts-jest": "29.0.3",
"ts-node": "10.9.1",
"ts-patch": "^2.0.1",
"tslib": "^2.4.0",
"tslint": "6.1.3",
"tslint-to-eslint-config": "^2.13.0",
"typedoc": "^0.22.17",