remove describe.only on tgScopeEvent
parent
d6a4f790c9
commit
1107355414
|
@ -1,6 +1,6 @@
|
||||||
angular.module("taigaCommon").provider("$exceptionHandler", angular.mock.$ExceptionHandlerProvider)
|
angular.module("taigaCommon").provider("$exceptionHandler", angular.mock.$ExceptionHandlerProvider)
|
||||||
|
|
||||||
describe.only "tgScopeEvent", ->
|
describe "tgScopeEvent", ->
|
||||||
scopeEvent = null
|
scopeEvent = null
|
||||||
$rootScope = null
|
$rootScope = null
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue