You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jest stage of Jenkinsfile is set up so that it doesn't fail the whole Jenkins build if it fails, because it is failing because of test coverage because not all test are migrated to Jest, yet. As a result of this setup we have one test always failing in Jest.
Expected behaviour
Fix the one failing test in Jest
Decrease the Jest coverage limits for the tests to pass
Change the Jenkins to fail if Jest tests fail.
The text was updated successfully, but these errors were encountered:
Current behaviour
Jest stage of Jenkinsfile is set up so that it doesn't fail the whole Jenkins build if it fails, because it is failing because of test coverage because not all test are migrated to Jest, yet. As a result of this setup we have one test always failing in Jest.
Expected behaviour
The text was updated successfully, but these errors were encountered: