mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
Grep properly for dangerfile fit/fdescribe (#9230)
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
# 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
|
||||
fail("jasmine fdescribe/fit left in tests") if `grep --include '*.spec.ts' -rP 'fdescribe\(|fit\(' frontend/src/`.length > 1
|
||||
|
||||
# Search for modified components not being made OnPush
|
||||
git.modified_files
|
||||
|
||||
Reference in New Issue
Block a user