Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:23:37 +08:00
commit e1927dc4ae
8 changed files with 283 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# References
Bundled resources for test-doubles-generator skill
- [ ] jest_mocking_guide.md: Comprehensive guide on using Jest for mocking and test double creation.
- [ ] sinon_stubbing_guide.md: Detailed documentation on Sinon's stubbing capabilities.
- [ ] test_double_best_practices.md: Best practices for creating and using test doubles effectively.
- [ ] dependency_analysis_techniques.md: Advanced techniques for analyzing code dependencies.