Skip to content

Commit

Permalink
chore(iot): add jest to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yamatatsu committed Sep 29, 2021
1 parent 8c972a7 commit 2c58467
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/@aws-cdk/aws-iot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,14 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assertions": "0.0.0",
"@aws-cdk/assert-internal": "0.0.0",
"@types/jest": "^26.0.24",
"cdk-build-tools": "0.0.0",
"cdk-integ-tools": "0.0.0",
"cfn2ts": "0.0.0",
"pkglint": "0.0.0",
"@aws-cdk/assertions": "0.0.0",
"@aws-cdk/assert-internal": "0.0.0"
"jest": "^26.6.3",
"pkglint": "0.0.0"
},
"dependencies": {
"@aws-cdk/aws-iam": "0.0.0",
Expand Down

0 comments on commit 2c58467

Please sign in to comment.