1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-22 06:39:43 +02:00

bumped ember version + yarn

This commit is contained in:
Harvey Kandola 2017-09-04 09:56:09 +01:00
parent 66497d5407
commit 0de060138d
12 changed files with 12614 additions and 676 deletions

View file

@ -2,5 +2,7 @@ import resolver from './helpers/resolver';
import {
setResolver
} from 'ember-qunit';
import { start } from 'ember-cli-qunit';
setResolver(resolver);
start();