Skip to content

Fix Mocha not skipping integration tests that have nested describes

Eric Eastwood requested to merge fix-mocha-integration-tests-not-skipping into develop

Fix Mocha not skipping integration tests that have nested describes

We upgraded to Mocha 5.2.0 in https://gitlab.com/gitlab-org/gitter/webapp/merge_requests/1212

I thought we fixed the skip problem via this hack, https://gitlab.com/gitlab-org/gitter/webapp/merge_requests/1077#note_90402958

But when running this test which has a nested describe, it doesn't work,

npm run mocha -- modules/github-backend/test/github-email-address-service-test.js

Merge request reports