Skip to content

Commit

Permalink
[core] Add tests jest
Browse files Browse the repository at this point in the history
  • Loading branch information
devlikepro committed May 27, 2024
1 parent e914aaa commit 1346ce0
Show file tree
Hide file tree
Showing 2 changed files with 1,053 additions and 1,989 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest": "26.4.2",
"jest": "^29.7.0",
"prettier": "^1.19.1",
"supertest": "^4.0.2",
"ts-jest": "26.2.0",
"ts-jest": "^29.1.3",
"ts-loader": "^6.2.1",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.0",
Expand All @@ -90,7 +90,7 @@
"ts"
],
"rootDir": "src",
"testRegex": ".spec.ts$",
"testRegex": ".test.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
Expand Down
Loading

0 comments on commit 1346ce0

Please sign in to comment.