Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
- bump dependencies
- use yarn
- update jest config
- update prettier config
  • Loading branch information
Hugo Arregui committed Mar 18, 2024
1 parent 6334afe commit 3d062de
Show file tree
Hide file tree
Showing 8 changed files with 2,529 additions and 7,321 deletions.
9 changes: 2 additions & 7 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
module.exports = {
globals: {
"ts-jest": {
tsconfig: "test/tsconfig.json",
},
},
moduleFileExtensions: ["ts", "js"],
transform: {
"^.+\\.(ts|tsx)$": "ts-jest",
"^.+\\.(ts|tsx)$": ["ts-jest", {tsconfig: "test/tsconfig.json"}]
},
moduleFileExtensions: ["ts", "js"],
coverageDirectory: "coverage",
collectCoverageFrom: ["src/**/*.ts", "src/**/*.js"],
testMatch: ["**/*.spec.(ts)"],
Expand Down
Loading

0 comments on commit 3d062de

Please sign in to comment.