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 47f87ba commit 5ee3bf7Copy full SHA for 5ee3bf7
src/cloudformation/responses.test.ts
@@ -1,8 +1,8 @@
1
import { Context, CloudFormationCustomResourceEvent } from 'aws-lambda';
2
-import { send } from 'cfn-response';
+import { send } from 'cfn-custom-response';
3
import { successWrapper, failureWrapper } from './responses';
4
5
-jest.mock('cfn-response');
+jest.mock('cfn-custom-response');
6
7
describe('Cloudformation responses', () => {
8
const event: CloudFormationCustomResourceEvent = {
0 commit comments