do not only tests the WatchersService

Signed-off-by: Florian Kraft <f.kraft@finn.de>
pull/3434/head
Florian Kraft 9 years ago committed by Jens Ulferts
parent 07058738a1
commit 3e25adfcbb
  1. 5
      frontend/tests/unit/tests/services/watchers-service-test.js

@ -39,9 +39,10 @@ describe('WatchersService', function() {
'WatchersService', 'WatchersService',
function(_WatchersService_) { function(_WatchersService_) {
WatchersService = _WatchersService_; WatchersService = _WatchersService_;
}])); }])
);
context.only('for workPackage', function() { context('for workPackage', function() {
var availableWatchersPath = '/work_packages/123/available_watchers', var availableWatchersPath = '/work_packages/123/available_watchers',
watchersPath = '/work_packages/123/watchers', watchersPath = '/work_packages/123/watchers',

Loading…
Cancel
Save