Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
Signed-off-by: Francis <[email protected]>
  • Loading branch information
colifran committed Apr 26, 2024
1 parent 5d3cc92 commit 7474b09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import * as fs from 'fs-extra';
import * as nock from 'nock';
import { handler } from '../../../lib/custom-resources/aws-custom-resource-handler';
import { AwsSdkCall } from '../../../lib/custom-resources/aws-custom-resource-handler/construct-types';
import { forceSdkInstallation } from '../../../lib/custom-resources/aws-custom-resource-handler/sdk-loader';
import { forceSdkInstallation } from '../../../lib/custom-resources/aws-custom-resource-handler/load-sdk';
import 'aws-sdk-client-mock-jest' ;

// This test performs an 'npm install' which may take longer than the default
Expand Down

0 comments on commit 7474b09

Please sign in to comment.