mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-27 18:37:53 +08:00
fix(specs): Remove fdescribe
This commit is contained in:
parent
a8e771c033
commit
2800cc0dc8
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import N1Launcher from './helpers/n1-launcher';
|
||||
import ContenteditableTestHarness from './helpers/contenteditable-test-harness.es6';
|
||||
|
||||
fdescribe('Contenteditable Integration Spec', function() {
|
||||
describe('Contenteditable Integration Spec', function() {
|
||||
beforeAll((done)=>{
|
||||
this.app = new N1Launcher(['--dev']);
|
||||
this.app.popoutComposerWindowReady().finally(done);
|
||||
|
|
Loading…
Reference in a new issue