mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 20:03:12 +03:00
Fixed linting
This commit is contained in:
parent
2c7f1cf1f0
commit
fb2b607526
@ -1,7 +1,7 @@
|
||||
import hbs from 'htmlbars-inline-precompile';
|
||||
import {click, find, render, settled, triggerEvent} from '@ember/test-helpers';
|
||||
import {describe, it} from 'mocha';
|
||||
import {expect} from 'chai';
|
||||
import {find, render, settled} from '@ember/test-helpers';
|
||||
import {setupRenderingTest} from 'ember-mocha';
|
||||
|
||||
// NOTE: If the browser window is not focused/visible CodeMirror (or Chrome?) will
|
||||
|
Loading…
Reference in New Issue
Block a user