Skip to content

Migrate E2E tests from `mocha` to `jest`

Created by: umpox

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

Implementation

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

Notes: