mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
4 lines
167 B
Ruby
4 lines
167 B
Ruby
# 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
|
|
|