bug fix: added testing files (#978)

Co-authored-by: Loetsli <loetsli@MacBook-Pro-von-Loetsli.local>
This commit is contained in:
Yankang LI
2022-01-02 12:38:41 +01:00
committed by GitHub
parent 22e0758c6e
commit a7dd2df70e
5 changed files with 8 additions and 0 deletions

View File

@ -93,6 +93,10 @@
"testing-your-apps:cypress": "/roadmaps/100-frontend/content/115-testing-your-apps/102-cypress.md",
"testing-your-apps:enzyme": "/roadmaps/100-frontend/content/115-testing-your-apps/103-enzyme.md",
"testing-your-apps:other-options": "/roadmaps/100-frontend/content/115-testing-your-apps/104-other-options.md",
"testing-your-apps:mocha": "/roadmaps/100-frontend/content/115-testing-your-apps/105-mocha.md",
"testing-your-apps:chai": "/roadmaps/100-frontend/content/115-testing-your-apps/106-chai.md",
"testing-your-apps:ava": "/roadmaps/100-frontend/content/115-testing-your-apps/107-ava.md",
"testing-your-apps:jasmine": "/roadmaps/100-frontend/content/115-testing-your-apps/108-jasmine.md",
"type-checkers": "/roadmaps/100-frontend/content/116-type-checkers/readme.md",
"type-checkers:typescript": "/roadmaps/100-frontend/content/116-type-checkers/100-typescript.md",
"type-checkers:flow": "/roadmaps/100-frontend/content/116-type-checkers/101-flow.md",

View File

@ -0,0 +1 @@
# Mocha

View File

@ -0,0 +1 @@
# Jasmine