mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
Fix found jasmine issue
This commit is contained in:
+1
-4
@@ -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
|
||||
|
||||
|
||||
+1
-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;
|
||||
|
||||
Reference in New Issue
Block a user