freeCodeCamp / freeCodeCamp/devdocs
Unit test frontend code
- 主要语言
- Ruby
- 星标
- 39.5k
- 派生
- 2.6k
- 平均合并
- 4 天 32 分钟
- 30 天内合并 PR
- 13
描述
# Feature request
Cover frontend JavaScript with unit testing.
## Summary
While the Ruby backend core is fully covered by Minitest unit tests, the JavaScript frontend has no testing framework in place. This certainly encouraged past regressions and will continue to do so. It also omits a layer of expected behavior documentation.
Short of committing test framework packages to the repo, this would involve introducing a package.json file solely for dev dependencies. A dependency install step in dev setup instructions would need to be added.
(As an unrelated followup: with this in place, consider migrating vendor dependencies to this file.)
贡献指南
调研方向
该 issue 没有列出文件、测试或前端入口点。首先定位前端 JavaScript 和开发环境设置说明,然后确定所需的测试框架和包配置;完成的标准是能够通过文档化的开发环境运行前端单元测试。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- frontend, testing
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 冷清
- 描述清晰度
- 需要澄清
- 新手友好度
- 45/100