You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following error while setting up the repo and running yarn test:
yarn run v1.2.1
$ npm run test:all -s
test_contact_importer
1) "before each" hook for "test_contact_importer sends items in batches"
0 passing (7ms)
1 failing
1) test_contact_importer "before each" hook for "test_contact_importer sends items in batches":
ReferenceError: sendgrid is not defined
at Context.<anonymous> (packages/contact-importer/src/importer.spec.js:2:89)
Steps to Reproduce
Clone the repo
Install dependencies
Set up api key
Run tests yarn test
I think this is probably because of this statement which causes sendgrid is not defined. A require of the correct package will probably fix this.
Let me know if I can help further or send a PR for this
Issue Summary
I'm getting the following error while setting up the repo and running
yarn test
:Steps to Reproduce
yarn test
I think this is probably because of this statement which causes
sendgrid is not defined
. Arequire
of the correct package will probably fix this.Let me know if I can help further or send a PR for this
Technical details:
The text was updated successfully, but these errors were encountered: