Skip to content

Commit

Permalink
fix: update latest jest
Browse files Browse the repository at this point in the history
  • Loading branch information
sifnoc committed Jan 11, 2022
1 parent 6fac61c commit b522cf5
Show file tree
Hide file tree
Showing 5 changed files with 1,364 additions and 822 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"ffjavascript": "0.2.22",
"fs-extra": "^9.0.0",
"husky": "^3.1.0",
"jest": "^24.7.1",
"jest": "^27.4.7",
"jest-junit": "^10.0.0",
"lerna": "^3.13.2",
"link-module-alias": "^1.2.0",
Expand All @@ -143,7 +143,7 @@
"tar-fs": "^2.1.0",
"truffle": "5.4.21",
"truffle-artifactor": "^4.0.30",
"ts-jest": "^24.2.0",
"ts-jest": "^27.1.2",
"ts-node-dev": "^1.0.0-pre.44",
"tsconfig-paths": "^3.9.0",
"typechain": "^4.0.3",
Expand Down
1 change: 1 addition & 0 deletions packages/circuits/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ const baseConfig = require('../../jest.config.base.js')

module.exports = {
...baseConfig,
roots: ['<rootDir>/tests'],
}
1 change: 1 addition & 0 deletions packages/integration-test/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ const baseConfig = require('../../jest.config.base.js')

module.exports = {
...baseConfig,
roots: ['<rootDir>/tests'],
moduleDirectories: ['node_modules'],
}
1 change: 1 addition & 0 deletions packages/utils-docker/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ const baseConfig = require('../../jest.config.base.js')

module.exports = {
...baseConfig,
roots: ['<rootDir>/src'],
}
Loading

0 comments on commit b522cf5

Please sign in to comment.