Skip to content

Commit

Permalink
Fix for issue with type definitions for a test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
LAKSHMIRPILLAI committed Sep 29, 2023
1 parent bfdf697 commit b33ba7c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { App } from 'aws-cdk-lib';
import { Template } from 'aws-cdk-lib/assertions';
import { describe, it, expect } from '@jest/globals';

Check failure on line 3 in support-lambdas/support-post-deployment-tests/packages/cdk/lib/support-frontend-post-deployment-tests-lambda.test.ts

View workflow job for this annotation

GitHub Actions / CI

There should be no empty line between import groups

Check failure on line 3 in support-lambdas/support-post-deployment-tests/packages/cdk/lib/support-frontend-post-deployment-tests-lambda.test.ts

View workflow job for this annotation

GitHub Actions / CI

`@jest/globals` import should occur before import of `aws-cdk-lib`

Check failure on line 3 in support-lambdas/support-post-deployment-tests/packages/cdk/lib/support-frontend-post-deployment-tests-lambda.test.ts

View workflow job for this annotation

GitHub Actions / CI

Member 'expect' of the import declaration should be sorted alphabetically

import {
LoggingLevel,
SupportFrontendPostDeploymentTestsLambda,
Expand Down

0 comments on commit b33ba7c

Please sign in to comment.