Skip to content

Commit

Permalink
chore: update tests and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarm committed Nov 16, 2021
1 parent 731b795 commit 368c4b4
Show file tree
Hide file tree
Showing 22 changed files with 370 additions and 466 deletions.
1 change: 1 addition & 0 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .npmignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions .projen/jest-snapshot-resolver.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 15 additions & 9 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions examples/typescript-cron-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,19 @@
"synth": "cdktf synth",
"pretest": "yarn run build",
"test": "jest",
"test:local": "npm install --no-save \"../../dist/js/aws-cdk@$(node -e \"console.log(require('../../package.json').version)\").jsii.tgz\" && yarn test"
"pretest:ci": "yarn install",
"test:ci": "npm install --no-save \"../../dist/js/aws-cdk@$(node -e \"console.log(require('../../package.json').version)\").jsii.tgz\" && yarn test"
},
"devDependencies": {
"@types/jest": "27.0.1",
"@types/node": "^14.0.26",
"cdktf-cli": "0.7.0-pre.382",
"cdktf-cli": "0.8.0-pre.2",
"jest": "27.1.0",
"ts-jest": "^27.0.5",
"typescript": "^3.9.7"
},
"dependencies": {
"cdktf": "0.7.0-pre.382",
"cdktf": "0.8.0-pre.2",
"constructs": "^10.0.5",
"@cdktf/aws-cdk": "0.0.8",
"aws-cdk-lib": "2.0.0-rc.17"
Expand Down
Loading

0 comments on commit 368c4b4

Please sign in to comment.