Clean up frontend stub

This commit is contained in:
Alasdair Smith 2018-02-23 16:14:58 +00:00
parent 40678cd91a
commit 68d85f03c2

View file

@ -12,6 +12,8 @@ define ['ide/editor/directives/cmEditor'], () ->
}
}
afterEach () -> window.Frontend = null
it 'inits Rich Text', () ->
inject ($compile, $rootScope) =>
$compile('<div cm-editor></div>')($rootScope)