sourcegraph/client/testing
Jason Bedard 10aefc4bb7
bazel: add bazel build,tests for client/* (#46193)
Webpack bundles compile but need further testing. Jest + mocha tests
compile but are marked as `manual` until further work is done to get them
passing. The four jest tests are green and enabled now, though.

## Test plan

`bazel build //client/...` and `bazel test //client/...`
2023-02-28 20:46:03 -08:00
..
src web: extract testing package (#45812) 2022-12-22 18:04:50 -08:00
.eslintignore web: extract testing package (#45812) 2022-12-22 18:04:50 -08:00
.eslintrc.js web: extract testing package (#45812) 2022-12-22 18:04:50 -08:00
babel.config.js web: extract testing package (#45812) 2022-12-22 18:04:50 -08:00
BUILD.bazel bazel: add bazel build,tests for client/* (#46193) 2023-02-28 20:46:03 -08:00
jest.config.js web: extract testing package (#45812) 2022-12-22 18:04:50 -08:00
package.json web: migrate from yarn to pnpm (#46143) 2023-01-11 19:50:09 -08:00
README.md web: extract testing package (#45812) 2022-12-22 18:04:50 -08:00
tsconfig.json web: fix pnpm-lock issue (#47478) 2023-02-09 22:04:31 -08:00

Tools for writing tests

Package-agnostic utilities for unit and integration tests. App or package-specific utilities should live in client/{packageName}/src/testing.