Feat: Implement email integration #6
Annotations
8 errors and 6 warnings
test (20.x):
__tests__/authController.test.ts#L18
Unexpected any. Specify a different type
|
test (20.x):
src/controllers/authController.ts#L50
'response' is assigned a value but never used
|
test (20.x):
src/controllers/authController.ts#L91
'response' is assigned a value but never used
|
test (20.x):
src/controllers/authController.ts#L108
'user' is assigned a value but never used
|
test (20.x):
src/controllers/authController.ts#L126
'response' is assigned a value but never used
|
test (20.x):
src/controllers/authController.ts#L169
'response' is assigned a value but never used
|
test (20.x):
src/controllers/authController.ts#L189
'updatedUser' is assigned a value but never used
|
test (20.x)
Process completed with exit code 1.
|
test (20.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (20.x):
__tests__/testSetup.ts#L13
Unexpected console statement
|
test (20.x):
src/controllers/authController.ts#L106
Unexpected console statement
|
test (20.x):
src/middleware/errorHandler.ts#L13
Unexpected console statement
|
test (20.x):
src/server.ts#L14
Unexpected console statement
|
test (20.x):
src/server.ts#L18
Unexpected console statement
|