-
Hi,
anybody a idea we can fix this error?:
This is my package.json in the engine:
```
"dependencies": {
"ember-cli-babel": "^6.8.2",
"ember-cli-htmlbars": "^2.0.3",
"ember-cli…
-
I just installed this add-on in a basically empty app (it's one of the first things I installed), and it brought live-reloading down to a crawl. It takes 5 seconds every time I make a change before my…
-
The following should be supportable when the host app has ember-qunit@3.0.0-beta.3 or higher:
```js
import { module, test } from 'qunit';
import { setupTest } from 'ember-qunit';
import { setupP…
-
I'm trying to setup mirage on a new app for testing.
ember-cli: 2.16.2
ember-cli-mirage: 0.4.0
I have a dummy test, just trying to setup mirage and verify it's working.
I would do something si…
-
## Tell us about your runtime:
* **QUnit version**: 2.5.0
* **What environment are you running QUnit in? (e.g., browser, Node)**: browser
* **How are you running QUnit? (e.g., script, testem,…
-
I'm getting this in my Ember 1.12.0 app:
```
Path or pattern "bower_components/animation-frame/AnimationFrame.min.js" did not match any files
```
Something weird is happening with `addBowerPackagesT…
shime updated
6 years ago
-
I tried replacing some of my ember-native-dom-helpers `click` calls with ones from `@ember/test-helpers` today and converted tests would complain:
`Must setup rendering context before attempting to…
-
Today I pulled master of ember-cli and ran `npm install` then `npm audit`
```
[!] 12 vulnerabilities found - Packages audited: 10118 (1328 dev, 295 optional)
Severity: 3 Low | 8 Moderate | 1…
-
Hi!
I'm trying to use `glimmer-application-pipeline` `v0.11.0` but no matter what combination of Glimmer dependencies I use, I always get an error saying:
```
Could not require 'ember-cli-buil…
-
I've run `ember install ember-cli-mirage` and have added `this.get('/bands');` to `mirage/config.js` but the acceptance test is still failing.
```
Source: | Error: Ember Data Request GET /bands re…