Skip to content

Commit

Permalink
fix(jest): import path in types test
Browse files Browse the repository at this point in the history
  • Loading branch information
m-radzikowski committed Oct 11, 2024
1 parent 3ed37a9 commit 750605b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-sdk-client-mock-jest/test-d/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { PublishCommand, SNSClient } from '@aws-sdk/client-sns';
import { expect as globalsExpect } from '@jest/globals';
import { mockClient } from 'aws-sdk-client-mock';
import { expectError } from 'tsd';
import '../src';
import '../src/jest';

expect(1).toHaveReceivedCommand(PublishCommand);

Expand Down

0 comments on commit 750605b

Please sign in to comment.