Skip to content

Commit

Permalink
docs(knowledges): review style 👕
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBrisorgueil authored Mar 20, 2019
1 parent 1a103a1 commit 7d629dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions KNOWLEDGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ This includes links to knowledge and tools and explaining the reason for the ope
* **Bold** : used
* _Italic_ : not used

### Node Links :tada:
## Node Links :tada:

- [npm Trends](https://www.npmtrends.com)

### Dependencies :arrow_up:
## Dependencies :arrow_up:

#### Articles :
- WIP
Expand All @@ -19,7 +19,7 @@ This includes links to knowledge and tools and explaining the reason for the ope
#### Conclusion
Both :), package.json matter, do your own choice.

### Tests :rotating_light:
## Tests :rotating_light:

#### Articles :
- [Comparing Jasmine, Mocha, AVA, Tape, and Jest](https://dzone.com/articles/comparing-jasmine-mocha-ava-tape-and-jest)
Expand All @@ -37,7 +37,7 @@ Both :), package.json matter, do your own choice.
#### Conclusion
Jest because of trends : https://www.npmtrends.com/ava-vs-jasmine-vs-jest-vs-mocha-vs-qunit, with supertest for simplicity. With this config, chai or should was useless.

### CI & .. :construction_worker:
## CI & .. :construction_worker:

#### Articles :
- [7 Convenient CI/CD Tools for Your Node.js Projects](https://nodesource.com/blog/seven-convenient-ci-cd-tools-for-your-node-js-projects/)
Expand Down

0 comments on commit 7d629dc

Please sign in to comment.