mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
Fix up ember test files
This commit is contained in:
parent
adab9fc23a
commit
f66c0b347a
@ -21,8 +21,10 @@
|
||||
"andThen",
|
||||
"currentURL",
|
||||
"currentPath",
|
||||
"currentRouteName"
|
||||
"currentRouteName",
|
||||
"expect"
|
||||
],
|
||||
"mocha": true,
|
||||
"node": false,
|
||||
"browser": false,
|
||||
"boss": true,
|
||||
@ -31,6 +33,7 @@
|
||||
"devel": false,
|
||||
"eqeqeq": true,
|
||||
"evil": true,
|
||||
"expr": true,
|
||||
"forin": false,
|
||||
"immed": false,
|
||||
"laxbreak": false,
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* jshint expr:true */
|
||||
import Ember from 'ember';
|
||||
import {
|
||||
describeComponent,
|
||||
it
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* jshint expr:true */
|
||||
import {
|
||||
describeComponent,
|
||||
it
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* jshint expr:true */
|
||||
import Ember from 'ember';
|
||||
import {
|
||||
describeModule,
|
||||
it
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* jshint expr:true */
|
||||
import Ember from 'ember';
|
||||
import {
|
||||
describeModule,
|
||||
it
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* jshint expr:true */
|
||||
import Ember from 'ember';
|
||||
import {
|
||||
describeModel,
|
||||
it
|
||||
|
@ -1,3 +1,4 @@
|
||||
import Ember from 'ember';
|
||||
import {
|
||||
describeModel,
|
||||
it
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*jshint expr:true */
|
||||
import Ember from 'ember';
|
||||
import {
|
||||
describeModel,
|
||||
it
|
||||
|
@ -1,5 +1,3 @@
|
||||
/* jshint expr:true */
|
||||
|
||||
import ghostPaths from 'ghost/utils/ghost-paths';
|
||||
|
||||
describe('ghost-paths', function () {
|
||||
|
Loading…
Reference in New Issue
Block a user