Steve Calvert

Results 76 comments of Steve Calvert

It looks like the `TestDebugInfo` class is public in `@ember/test-helpers`. You can use that in conjunction with `getSettledState` to output this info.

We're looking into this too, as it's a requirement for us to publish a static site to allow search indexing with our broader internal systems. We'll let you know what...

@tylerbecks thanks for the addition. I think the names don't match what your PR title says. The assertions appear to be `isOverflown` and `isNotOverflown`. These names don't represent correct english,...

Does that mean master isn't passing? I'd probably avoid running `yarn upgrade`, as it just does a whole hog upgrade of all your packages at once. At a minimum, I'd...

LGTM. Interested in @Turbo87's review.

We could also consider having options to `isVisible`, whereby you'd specify that you want to _also_ assert on additional properties (`opacity: 0`, `visibility: hidden`). Or, we could have a completely...

Would it be possible to take the same approach that `ink-testing-library` uses [here](https://github.com/vadimdemedes/ink-testing-library/blob/master/source/index.ts#L75)?

It looks like @zhanwang626 wrote something! https://github.com/zhanwang626/ink-render-string

I like this idea in terms of 'filling out' the API. This is venturing into concurrency territory, and I wonder if it makes sense to chat about converging the functionality....