eddie0329 / Study__TDD

Personal tdd study repository.
MIT License
2 stars 4 forks source link
study study-project tdd

Eddie's Study Note of TDD

🚨 Warning

Do not merge any PRs.

📝 Content

All the summaries are placed in issue tab.

Currently, there are listed following:

Furthermore, in codes, there are algorithm practices and vue testing practices.

🔧 Before Start

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.

✏️ Might Help

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.