We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4bacca commit 6d62d6bCopy full SHA for 6d62d6b
tests/cdk-rds.test.ts
@@ -34,13 +34,6 @@ const secretsClient = new SecretsManagerClient(config);
34
const s3Client = new S3Client(config);
35
36
describe('CDK RDS Stack', () => {
37
- test('Stack synthesizes successfully', () => {
38
- const app = new cdk.App();
39
- const stack = new cdk.Stack(app, 'TestStack');
40
- const template = Template.fromStack(stack);
41
- expect(template).toBeDefined();
42
- });
43
-
44
test('Lambda function exists', async () => {
45
try {
46
const command = new GetFunctionCommand({
@@ -126,4 +119,4 @@ describe('CDK RDS Stack', () => {
126
119
expect(error).toBeFalsy();
127
120
}
128
121
});
129
-});
122
+});
0 commit comments