mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Test dangerfile in test and development environment
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# 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("jasmine fdescribe left in tests") if `grep --include '*.spec.ts' -rP 'fdescribe|fit' frontend/src/`.length > 1
|
||||
|
||||
Reference in New Issue
Block a user