-
`standard` has seen pretty incredible adoption! [1700+ packages](https://github.com/feross/standard-packages/blob/master/standard.json) already depend on it.
But how can we bring the benefits of `sta…
-
Hello, not sure if this is specific to using this package or not but Im having trouble accessing my app's config from inside a unit test...
```
import { moduleFor } from 'ember-qunit'
import test fro…
-
Looks like there is a left over console.log displaying "[object Object]"
-
I don't know exactly if this is the place to post this issue:
My project has been working perfectly until yesterday.
I just did "bower install" and now I am getting the following error:
```
> bower …
-
I have the following code:
``` javascript
myAjaxFunc(param, callback) {
jQuery.ajax("url" + param)
.fail(function (data) {
alert("Error message.");
callback([]);
});
}
a…
-
We want to:
- [x] Test code with linter (eslint, first step of automated tests, before running real tests)
- [x] Test code with node (automated tests)
- [x] Test code in different browsers (automated …
-
Using a fresh clone of master and Using node `4.2.6`, the dummy application issues compiler warnings and then fails to boot.
```
~/C/E/ember-d3-helpers git:master ❯❯❯ node -v
v4.2.3
~/C/E/ember-d3-he…
-
Notice the Service Mixin name is not mentioned but instead the generic label: "TestLoader Failures".
![screenshot 2016-03-22 13 58 16](https://cloud.githubusercontent.com/assets/225526/13962181/3302c…
-
Problem is that the promise returned by the test calls the spied upon method asyncrhonously - however by then the proxy has been removed and then the chained asyncrhonous check on the spy fails.
I p…
-