Skip to content

Commit

Permalink
Merge pull request #954 from guardian/aa-int-test-ci
Browse files Browse the repository at this point in the history
chore(deps): Update Jest in integration-test to 27.4.3
  • Loading branch information
akash1810 committed Dec 9, 2021
2 parents 6cb1b43 + c90328e commit 78592eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/integration-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"aws-cdk": "1.132.0",
"eslint": "^7.23.0",
"eslint-plugin-custom-rules": "file:../eslint",
"jest": "^27.0.6",
"jest": "27.4.3",
"prettier": "^2.2.1",
"ts-jest": "^27.0.3",
"ts-node": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/integration-test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"target": "ES2020",
"module": "ES2020",
"moduleResolution": "node",
"lib": ["ES2020", "DOM"],
"lib": ["ES2020"],
"declaration": true,
"strict": true,
"noImplicitAny": true,
Expand Down

0 comments on commit 78592eb

Please sign in to comment.