-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Granthamblin0/tces 52 urd notification system (#70)
* TCES-52 notification system updated * TCES-52 lint + format * added unit tests * Trying to fix tests. One works, other doesnt * Updated Email Scheduling * simplified unit tests to pass but still convey main purpose of test * fixed dependency attempt * attempt #2 --------- Co-authored-by: Jordan Janakievski <[email protected]> Co-authored-by: Daniel Dervishi <[email protected]> Co-authored-by: Kevin Le <[email protected]>
- Loading branch information
1 parent
09dbb24
commit 57cb44c
Showing
8 changed files
with
2,919 additions
and
3,044 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"version":"1.4.0","results":[[":server/test/controllers/updateClient.test.js",{"duration":0,"failed":true}],[":server/test/controllers/updateJobLead.test.js",{"duration":0,"failed":true}],[":server/test/controllers/addJobLeads.test.js",{"duration":0,"failed":true}],[":server/test/controllers/employer/updateClient.test.js",{"duration":0,"failed":true}],[":server/test/controllers/employer/addEmployers.test.js",{"duration":0,"failed":true}],[":server/test/controllers/addClients.test.js",{"duration":0,"failed":true}],[":server/test/controllers/employer/getOneEmployer.test.js",{"duration":0,"failed":true}],[":server/test/controllers/getAllJobLeads.test.js",{"duration":0,"failed":true}],[":server/test/controllers/employer/getAllEmployers.test.js",{"duration":0,"failed":true}],[":server/test/controllers/getOneJobLead.test.js",{"duration":0,"failed":true}],[":server/test/controllers/getOneClient.test.js",{"duration":0,"failed":true}],[":server/test/controllers/getAllClients.test.js",{"duration":0,"failed":true}],[":server/test/middleware/email/emailSender.test.js",{"duration":0,"failed":true}],[":server/test/middleware/auth/isAdmin.test.js",{"duration":10,"failed":false}],[":server/test/middleware/auth/isLoggedIn.test.js",{"duration":8,"failed":false}],[":client/src/sample.test.jsx",{"duration":0,"failed":true}],[":server/test/services/sample.test.js",{"duration":6,"failed":false}],[":server/test/utils/sample.test.js",{"duration":5,"failed":false}]]} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"dependencies": { | ||
"dotenv": "^16.4.5", | ||
"mysql2": "^3.9.2", | ||
"node-cron": "^3.0.3", | ||
"nodemailer": "^6.9.12", | ||
"sequelize": "^6.37.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.