We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d8c7c commit b7a2457Copy full SHA for b7a2457
.travis.yml
@@ -12,8 +12,8 @@ addons:
12
packages:
13
- mongodb-org-server
14
node_js:
15
- - '7'
16
- - '6'
+ - '10'
+ - '8'
17
before_script:
18
- sleep 15
19
- npm install -g gulp mocha gulp-cli codecov istanbul
TODO.md
@@ -3,7 +3,6 @@
3
|:------|:------:|:------
4
| app.js | 61 | Write a complete Documentation for this project
5
| config/index.js | 12 | Test for production and development senarios
6
-| models/Testthrees.js | 95 | Test transactions
7
| models/index.js | 14 | Automatically generate tests with the schema structure
8
| routes/index.js | 260 | Test API versioning
9
| routes/index.js | 261 | Test rate limiting
0 commit comments