Skip to content

Commit

Permalink
Add jest dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
LAKSHMIRPILLAI committed Sep 29, 2023
1 parent 07fb07f commit c9c7da5
Show file tree
Hide file tree
Showing 3 changed files with 3,928 additions and 3,999 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,21 @@
"name": "cdk",
"version": "0.0.0",
"private": true,
"bin": {
"cdk": "bin/cdk.js"
},
"scripts": {
"build": "tsc",
"test": "jest --detectOpenHandles --config ../../jest.config.js --selectProjects cdk",
"format": "prettier --write \"{lib,bin}/**/*.ts\"",
"cdk": "cdk",
"synth": "cdk synth --path-metadata false --version-reporting false",
"diff": "cdk diff --path-metadata false --version-reporting false",
"lint": "eslint lib/** bin/** --ext .ts --no-error-on-unmatched-pattern"
},
"devDependencies": {
"@guardian/cdk": "50.10.13",
"@types/jest": "^29.5.5",
"aws-cdk": "2.90.0",
"aws-cdk-lib": "2.90.0",
"constructs": "10.2.69",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"typeRoots": ["./node_modules/@types"],
"outDir": "dist"
},
"include": ["lib/**/*.ts", "bin/**/*"],
"include": ["lib/**/*", "bin/**/*"],
"exclude": ["node_modules", "cdk.out", "dist",
"lib/**/__snapshots__/**"]
}
Loading

0 comments on commit c9c7da5

Please sign in to comment.