mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Clean up frontend stub
This commit is contained in:
parent
40678cd91a
commit
68d85f03c2
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ define ['ide/editor/directives/cmEditor'], () ->
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
afterEach () -> window.Frontend = null
|
||||||
|
|
||||||
it 'inits Rich Text', () ->
|
it 'inits Rich Text', () ->
|
||||||
inject ($compile, $rootScope) =>
|
inject ($compile, $rootScope) =>
|
||||||
$compile('<div cm-editor></div>')($rootScope)
|
$compile('<div cm-editor></div>')($rootScope)
|
||||||
|
|
Loading…
Reference in a new issue