mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-03 11:36:08 +08:00
fix(specs): Remove fdescribe
This commit is contained in:
parent
150ac1e887
commit
2bcd5032a8
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ DraftChangeSet = DraftEditingSession.DraftChangeSet
|
||||||
_ = require 'underscore'
|
_ = require 'underscore'
|
||||||
|
|
||||||
|
|
||||||
fdescribe "DraftEditingSession Specs", ->
|
describe "DraftEditingSession Specs", ->
|
||||||
|
|
||||||
describe "DraftChangeSet", ->
|
describe "DraftChangeSet", ->
|
||||||
beforeEach ->
|
beforeEach ->
|
||||||
|
|
Loading…
Reference in a new issue