generated from RealDevSquad/website-template
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
enhancementImproving something existingImproving something existinggood first issueGood for newcomersGood for newcomersinvalidThis doesn't seem rightThis doesn't seem right
Description
Error Handling
Currently if the test user account in the config file is wrong or if RDS is already registered as an OAuth application to the test account, the test fails and doesn't show any messages which can explain the error.
Code Correction
The module.exports in this line:3 exports the whole variable and the value of the exported variable is being treated as an object here line:7. This is causing some problems in the test so export the variable as an object.
Metadata
Metadata
Assignees
Labels
enhancementImproving something existingImproving something existinggood first issueGood for newcomersGood for newcomersinvalidThis doesn't seem rightThis doesn't seem right