NativeScript / NativeScript/nativescript-cli
Allow configuring karma with TypeScript: karma.conf.ts
還沒有人認領這個 Issue。
- 主要語言
- JavaScript
- 星號
- 1.1k
- 分支
- 204
- 平均合併
- 1 天 9 小時
- 30 天內合併 PR
- 8
描述
Is your feature request related to a problem? Please describe.
Allowing the developer to configure karma and be able to type check
Describe the solution you'd like
In the file lib/services/test-execution-service.ts the value for karma config is hardcoded on the line 326. Is it possible to discover the config file in the order similar to the one on the karma website: https://karma-runner.github.io/3.0/config/configuration-file.html ?
Describe alternatives you've considered
Additional context
Here is the location of the code discovering test file in the karma: https://github.com/karma-runner/karma/blob/master/lib/cli.js#L114..L129
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
閱讀 lib/services/test-execution-service.ts 第 326 行附近的程式碼,並將其中硬編碼的 Karma 設定選擇與 lib/cli.js 第 114-129 行中的 Karma 探索邏輯進行比較。當 CLI 可以探索並使用 karma.conf.ts 設定,讓開發者能夠對其 Karma 設定進行型別檢查時,即視為完成。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- typescript
- 領域
- cli, testing
- Issue 類型
- 功能
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 48/100