Skip to content

Commit

Permalink
Fix jest config for aztec-node
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Apr 12, 2023
1 parent 55191d5 commit fe95fff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
12 changes: 3 additions & 9 deletions yarn-project/aztec-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@
],
"jest": {
"preset": "ts-jest/presets/default-esm",
"globals": {
"ts-jest": {
"useESM": true,
"tsconfig": "../tsconfig.json"
}
},
"moduleNameMapper": {
"^(\\.{1,2}/.*)\\.js$": "$1"
},
Expand All @@ -54,11 +48,11 @@
"devDependencies": {
"@jest/globals": "^29.4.3",
"@rushstack/eslint-patch": "^1.1.4",
"@types/jest": "^29.4.0",
"@types/jest": "^29.5.0",
"@types/node": "^18.7.23",
"concurrently": "^7.6.0",
"jest": "^28.1.3",
"ts-jest": "^28.0.7",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
Expand Down
2 changes: 1 addition & 1 deletion yarn-project/aztec-node/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
"path": "../world-state"
}
],
"include": ["src", "test"]
"include": ["src"]
}
6 changes: 3 additions & 3 deletions yarn-project/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ __metadata:
"@aztec/world-state": "workspace:^"
"@jest/globals": ^29.4.3
"@rushstack/eslint-patch": ^1.1.4
"@types/jest": ^29.4.0
"@types/jest": ^29.5.0
"@types/node": ^18.7.23
concurrently: ^7.6.0
jest: ^28.1.3
ts-jest: ^28.0.7
jest: ^29.5.0
ts-jest: ^29.1.0
ts-node: ^10.9.1
tslib: ^2.4.0
typescript: ^4.9.5
Expand Down

0 comments on commit fe95fff

Please sign in to comment.