-
```
HEAD is now at fb844d2 2.17.0
Previous HEAD position was fb844d2 2.17.0
HEAD is now at 1bcb7a1 2.18.2
Previous HEAD position was 1bcb7a1 2.18.2
HEAD is now at fb844d2 2.17.0
Switched to a ne…
-
`ember g component-test foo`
```js
import { module, test } from 'qunit';
import { setupRenderingTest } from 'ember-qunit';
import { render } from '@ember/test-helpers';
import hbs from 'htmlbar…
-
I was upgrading this addon on an app that uses ember-cli-deprecation-workflow to error on deprecation by default. I noticed our app uses `import test from 'ember-sinon-qunit/test-support/test';` but t…
-
## The devDependency [ember-qunit](https://github.com/emberjs/ember-qunit) was updated from `4.4.1` to `4.5.0`.
🚨 [View failing branch](https://github.com/lifeart/ember-cli-jsx-templates/compare/mas…
-
This issue was initially raised in ember-cli/ember-cli#8903 because this seemed to be a CLI issue.
I have an app that runs when using `ember server` but fails to boot after it's built. The app fai…
-
Is there a simple way to test this notification without deploying?
-
Page object:
```
import {
create,
text
} from 'ember-cli-page-object';
export default create({
value: text('.button-regular')
});
```
Test:
```
import {
moduleForComponent…
ghost updated
5 years ago
-
Hi @rwjblue , I have quick but important question. Why do we need this package separately?
Since this package is a hard dependency to `@ember/test-helpers`, can we merge this to `@ember/test-helpe…
-
The following media queries work already, and provide opportunities for some additional styling. Perhaps worth adding to the Getting Started section of the README?
```
dark: '(prefers-color-schem…
-
## The devDependency [ember-source-channel-url](https://github.com/rwjblue/ember-source-channel-url) was updated from `1.1.0` to `1.2.0`.
🚨 [View failing branch](https://github.com/ember-vr/ember-af…