Import fit in text-editor-component-spec

So that you can focus a test while keeping it async
This commit is contained in:
Max Brunsfeld 2016-02-18 15:10:16 -08:00
parent dec328dab7
commit 8a24364e80

View File

@ -1,6 +1,6 @@
/** @babel */
import {it, ffit, fffit, beforeEach, afterEach} from './async-spec-helpers'
import {it, fit, ffit, fffit, beforeEach, afterEach} from './async-spec-helpers'
import TextEditorElement from '../src/text-editor-element'
import _, {extend, flatten, last, toArray} from 'underscore-plus'