Feature Request: Write tests for the s3-pull extension #2249
Labels
A-testing
Area: a test, testing coverage, meta discussions about testing
C-enhancement
Type: enhancement
Problem
The s3-pull contact loader extension currently doesn't have any tests.
Solution
Create a Jest test for the s3-pull contact loader extension.
Context
The
AWS.S3
function will need to be mocked: https://github.com/MoveOnOrg/Spoke/blob/2e8c479ef7e4071bc903bdf882334488b50f2910/src/extensions/contact-loaders/s3-pull/index.js#L92This may entail needing to refactor some code, although there's probably another way to do it
The text was updated successfully, but these errors were encountered: