-
À l'heure actuelle l'appli ne peut fonctionner que servie directement à la racine d'un domaine du fait de liens absolus vers les ressources css/js etc.
Il est important par exemple pour monter une pré…
-
Just bumped my add-on from 0.2.3 to 1.13.8 and the following error is being thrown:
Could not find module `ember-cli-app-version/initializer-factory` imported from `dummy/initializers/app-version`
Wh…
-
Hi,
Love the package! Was just wondering if there's a reason [sinon.match](http://sinonjs.org/docs#matchers) isn't being [added as a property](https://github.com/elwayman02/ember-sinon-qunit/blob/mas…
-
After upgrading my project to Ember CLI 1.13.13, all my tests broke.
I replaced `ember-sinon` with `sinon`, `from 'sinon'` with `from 'npm:sinon'` -- and it works now.
Also, this:
> @lolmaus Looks …
-
after creating a new ember app I'm getting what I think is very slow build time.. with a new app I see the following:
![image](https://cloud.githubusercontent.com/assets/1564699/6811770/b0bcd7f8-d240-…
-
The issue is: we need to get rid of "ember-data-factory-guy" library in vendor.js for production build.
Steps to re-production the issue:
1. add "ember-data-factory-guy" in package.json devDenendenc…
junos updated
8 years ago
-
I'm seeing something weird in my tests. When I write:
```
expect(spy.calledWith('foo')).to.be.ok;
```
The test passes. But, when I write:
```
expect(spy).to.have.been.calledWith('foo');
```
I get …
-
I'm having trouble running an `afterEach` block inside a `describeComponent` block:
```
/* jshint expr:true */
import { expect } from 'chai';
import {
describeComponent,
afterEach,
it
} from 'e…
-
I'm seeing this in my production builds:
``` js
define('ember-cli-example-app-for-github/acceptance-tests/sinon', ['exports', 'ember-sinon/acceptance-tests/sinon'], function (exports, sinon) {
'…
-
Very cool project.
I was trying it out in an addon, and I noticed that the import statement described in the README doesn't work. Instead of
``` javascript
import test from 'my-addon/tests/ember-sin…