Skip to content

Commit 750605b

Browse files
committed
fix(jest): import path in types test
1 parent 3ed37a9 commit 750605b

File tree

1 file changed

+1
-1
lines changed
  • packages/aws-sdk-client-mock-jest/test-d

1 file changed

+1
-1
lines changed

packages/aws-sdk-client-mock-jest/test-d/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { PublishCommand, SNSClient } from '@aws-sdk/client-sns';
22
import { expect as globalsExpect } from '@jest/globals';
33
import { mockClient } from 'aws-sdk-client-mock';
44
import { expectError } from 'tsd';
5-
import '../src';
5+
import '../src/jest';
66

77
expect(1).toHaveReceivedCommand(PublishCommand);
88

0 commit comments

Comments
 (0)