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" "typescript-eslint": "^8.57.1"
}, },
"jest": { "jest": {
"preset": "ts-jest", "moduleFileExtensions": [
"testEnvironment": "node", "js",
"json",
"ts"
],
"rootDir": "src", "rootDir": "src",
"testRegex": ".*\\.spec\\.ts$", "testRegex": ".*\\.spec\\.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"collectCoverageFrom": [ "collectCoverageFrom": [
"**/*.(t|j)s" "**/*.(t|j)s"
], ],
"coverageDirectory": "../coverage", "coverageDirectory": "../coverage",
"transformIgnorePatterns": [ "testEnvironment": "node"
"node_modules/(?!uuid/)"
]
}, },
"main": "index.js", "main": "index.js",
"directories": { "directories": {