Fix found jasmine issue

This commit is contained in:
Oliver Günther
2019-09-09 11:50:01 +02:00
parent cace1b1015
commit 2f2c9b3a25
2 changed files with 2 additions and 5 deletions
+1 -4
View File
@@ -1,6 +1,3 @@
# Sometimes it's a README fix, or something like that - which isn't relevant for
# including in a project's CHANGELOG for example
declared_trivial = github.pr_title.include? "#trivial"
# Fail if jasmine specs contain fdescribe or fit
fail("jasmine fdescribe left in tests") if `grep --include '*.spec.ts' -rP 'fdescribe|fit' frontend/src/`.length > 1
@@ -41,7 +41,7 @@ import {WorkPackageViewHierarchyIdentationService} from "core-app/modules/work_p
import SpyObj = jasmine.SpyObj;
import {WorkPackageResource} from "core-app/modules/hal/resources/work-package-resource";
fdescribe('WorkPackageViewIndentation service', function() {
describe('WorkPackageViewIndentation service', function() {
let service:WorkPackageViewHierarchyIdentationService;
let states:States;
let querySpace:IsolatedQuerySpace;