addd tests for /controllers & delete tools #105
Annotations
3 errors
|
coverage
Process completed with exit code 1.
|
|
tests/webhookController.test.js:
apps/api/controllers/webhookController.js#L10
Error: process.exit unexpectedly called with "1"
❯ apps/api/controllers/webhookController.js:10:10
❯ tests/webhookController.test.js:2:1
|
|
tests/seekerController.test.js:
node_modules/resend/dist/index.mjs#L316
Error: Missing API key. Pass it to the constructor `new Resend("re_123")`
❯ new Resend node_modules/resend/dist/index.mjs:316:15
❯ apps/api/services/candidateNotificationService.js:7:16
❯ apps/api/controllers/seekerController.js:9:1
|