Skip to content

Commit 7f7763b

Browse files
committed
fixed some deprecation warnings
1 parent cd799c5 commit 7f7763b

File tree

13 files changed

+236
-259
lines changed

13 files changed

+236
-259
lines changed

TODO.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
### TODOs
22
| Filename | line # | TODO
33
|:------|:------:|:------
4-
| app.js | 62 | Write a complete Documentation for this project
4+
| app.js | 61 | Write a complete Documentation for this project
55
| config/index.js | 12 | Test for production and development senarios
66
| models/index.js | 14 | Automatically generate tests with the schema structure
7-
| routes/index.js | 298 | Test API versioning
8-
| routes/index.js | 299 | Test rate limiting
9-
| routes/index.js | 300 | Test complete route Loader test
10-
| routes/index.js | 301 | Test _sanitizeRequestUrl middleware function
11-
| routes/index.js | 302 | Test _allRequestData middleware function for default value scenario
12-
| routes/index.js | 303 | Test _enforceUserIdAndAppId middle function for when req.body is an array
13-
| routes/index.js | 304 | Make Log requests testable and write unit tests for it
14-
| routes/index.js | 305 | Develop the route loader into a separate node module to be publish on npm
15-
| routes/index.js | 306 | Develop all services onto separate node module to be publish on npm
16-
| services/logger/index.js | 36 | Test Error Handler
7+
| routes/index.js | 260 | Test API versioning
8+
| routes/index.js | 261 | Test rate limiting
9+
| routes/index.js | 262 | Test complete route Loader test
10+
| routes/index.js | 263 | Test _sanitizeRequestUrl middleware function
11+
| routes/index.js | 264 | Test _allRequestData middleware function for default value scenario
12+
| routes/index.js | 265 | Make Log requests testable and write unit tests for it
13+
| routes/index.js | 266 | Develop the route loader into a separate node module to be publish on npm
14+
| routes/index.js | 267 | Develop all services onto separate node module to be publish on npm
15+
| services/logger/index.js | 48 | Test Error Handler
16+
| services/request/index.js | 90 | Test request module

0 commit comments

Comments
 (0)