sourcegraph / sourcegraph-public-snapshot

Code AI platform with Code Search & Cody
https://sourcegraph.com
Other
10.11k stars 1.27k forks source link

Migrate integration tests from `mocha` to `jest` #31709

Open umpox opened 2 years ago

umpox commented 2 years ago

Part of https://github.com/sourcegraph/sourcegraph/issues/31707

Implementation

  1. Migrate all tests in client/web/src/integration from Mocha to Jest
  2. Migrate all tests in client/browser/src/integration from Mocha to Jest
  3. Ensure tests still run and pass as expected

Notes:

gitstart-app[bot] commented 2 years ago

Here is the GitStart Ticket for this issue: https://app.gitstart.com/clients/sourcegraph/tickets/SG-31709

umpox commented 2 years ago

~@gitstart-sourcegraph Please don't start work on this yet, I'll confirm there's no major objections to this in a meeting tomorrow~

Free to work on!