-
**NOTE: this issue predates this project's [rename to Volta](https://blog.volta.sh/2019/05/13/hello-volta/).**
### Repro Instructions
Create a repo with this package.json
package.json
```…
-
Expectation: When you use `render()` the DOM should be in a clean state and there shouldn't be any leftover DOM state of scrollbar positions.
Result: if you are scrolling elements into view during …
-
## The devDependency [ember-cli-qunit](https://github.com/ember-cli/ember-cli-qunit) was updated from `4.3.2` to `4.4.0`.
🚨 [View failing branch](https://github.com/RedTn/ember-sandbox/compare/maste…
-
## The devDependency [ember-cli-qunit](https://github.com/ember-cli/ember-cli-qunit) was updated from `4.3.2` to `4.4.0`.
🚨 [View failing branch](https://github.com/kellyselden/ember-macro-test-help…
-
## The devDependency [ember-cli-qunit](https://github.com/ember-cli/ember-cli-qunit) was updated from `4.3.2` to `4.4.0`.
🚨 [View failing branch](https://github.com/mwisner/ember-ci-examples/compare…
-
This addon eagerly instantiates its service in an instance-initializer:
https://github.com/DockYard/ember-router-scroll/blob/2f17728fd82d7d486888df9a09fdc4aae233f294/addon/instance-initializers/emb…
-
## The devDependency [ember-cli-qunit](https://github.com/ember-cli/ember-cli-qunit) was updated from `4.3.2` to `4.4.0`.
🚨 [View failing branch](https://github.com/kaliber5/ember-sticky-element/com…
-
## The devDependency [ember-cli-qunit](https://github.com/ember-cli/ember-cli-qunit) was updated from `4.3.2` to `4.4.0`.
🚨 [View failing branch](https://github.com/srvance/git-time-machine/compare/…
-
Input:
```js
moduleFor('service:foo', callSomeMethod());
test('stuff here', function(assert) {
// ...snip...
});
```
Suggested output:
```js
import { module } from 'qunit';
import …
-
Hey Alex,
Have you used Test Double's verifying invocation feature in your Ember tests? Since `td.verify()` is meant to be an assertion, you end up getting an error like "Expected at least one asse…