690328:1217 Fixing Refactor uuid by Kimi #04
CI / CD Pipeline / build (push) Failing after 5m10s
CI / CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
2026-03-28 12:17:01 +07:00
parent 5e65a161f4
commit a2720e9dc9
+9 -5
View File
@@ -116,17 +116,21 @@
"typescript-eslint": "^8.57.1"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node",
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"rootDir": "src",
"testRegex": ".*\\.spec\\.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"collectCoverageFrom": [
"**/*.(t|j)s"
],
"coverageDirectory": "../coverage",
"transformIgnorePatterns": [
"node_modules/(?!uuid/)"
]
"testEnvironment": "node"
},
"main": "index.js",
"directories": {