Skip to content

Commit

Permalink
add dummy test
Browse files Browse the repository at this point in the history
  • Loading branch information
yamatatsu committed Feb 15, 2022
1 parent 6f5d691 commit 71c2901
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/@aws-cdk/aws-iotevents-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@
"@aws-cdk/assertions": "0.0.0",
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/cdk-integ-tools": "0.0.0",
"@aws-cdk/pkglint": "0.0.0"
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^27.4.0",
"jest": "^27.4.7"
},
"dependencies": {
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import '@aws-cdk/assertions';
import {} from '../lib';

test('No tests are specified for this package', () => {
expect(true).toBe(true);
});

0 comments on commit 71c2901

Please sign in to comment.