ember-cli / ember-cli/ember-cli-test-loader
Loading tests from pods
未关闭
- 主要语言
- JavaScript
- 星标
- 10
- 派生
- 20
- PR 合并指标
- 30 天内没有已合并 PR
描述
I'd like to keep pod specific tests within pods. Eg `/app/modules/module1/tests` `/app/modules/module2/tests`
There is a problem with the ember test helpers eg. visit, click, find etc..
They're working well but linting fails reporting the functions are not defined.
I've tried adding .jshintrc to the pod eg. `/app/modules/module1/tests/.jshintrc`
I've tried importing the test helpers into tests manually eg. `import { find, click, etc.. } from 'ember/different-places'`
None of these works.
Am I missing something or is it completely not supported?
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。