Do not merge any PRs.
All the summaries are placed in issue tab.
Currently, there are listed following:
Furthermore, in codes, there are algorithm practices and vue testing practices.
cd Study_TDD
npm install
npm run test // app will start by test --watch
After running unit test, searching test file by press p
with regular expressions.
This app installed package call jest-chain
for conveniently testing. Refer jest-chain-api
You can also see personal note on Eddie Sunny's Blog.