Jason Barry

Results 21 comments of Jason Barry
trafficstars

@kategengler I was able to reproduce this locally. I do see several `coverage_123abc` directories (one for each `ember-exam` run), but they barely contain any coverage info. Way less than what...

I'm still trying to get a test app together to show the issue. I'm struggling to have ember exam partition the tests when there's not many tests. It seems to...

@ndekeister-us sure, here are the versions we are using: - `ember-exam`: "^6.1.0" - `ember-cli-code-coverage`: "^1.0.3" - `ember-cli`: "~3.25.2" - `ember-source`: "3.25.1"

> Happy to report that the root cause of this bug is due [to this TypeScript issue](https://github.com/kategengler/ember-cli-code-coverage/issues/349) and was indeed resolved by upgrading to [v2.0.0.beta-4](https://github.com/kategengler/ember-cli-code-coverage/releases/tag/v2.0.0-beta.4). Ohhh, that would explain why...

If anybody knows how to run the tests, please let me know. When I try to run them locally, it just sits there and times out.

I fixed this to user `ember-inflector` in PR #15 . I verified that this removed the deprecation from my app, but I wasn't able to run the `ember-web-api` tests on...

@CrshOverride any updates on this?

@CrshOverride Any updates on this? Is there anything we can do to help it move along?

Are there any updates to this? I was going through a bunch of my tests where they referenced checking up on this issue. Just wanted to make sure there are...

@NullVoxPopuli oh, I like the idea of it yielding a modifier! I'm not exactly sure how the React implementation works when it doesn't render an element. I'm assuming that it...