sourcegraph/client/testing
Quinn Slack 07f29c98d6
use @typescript-eslint projectService for faster eslint (#57851)
See https://github.com/typescript-eslint/typescript-eslint/pull/6754.

Also removes needless `.eslintrc.js` files (now that we can use the root `tsconfig.all.json` for linting and it's still fast enough).

Some of our eslint rules were unintentionally made ineffective in `client/web`, and this commit also re-enables them and in some cases suppresses the eslint warning where a fix is not urgent.
2023-10-24 01:40:40 +00:00
..
src explicitly import @jest/globals and mocha (#57786) 2023-10-23 21:40:17 +00:00
.eslintignore
BUILD.bazel explicitly import @jest/globals and mocha (#57786) 2023-10-23 21:40:17 +00:00
jest.config.js
package.json web: migrate from yarn to pnpm (#46143) 2023-01-11 19:50:09 -08:00
README.md
tsconfig.json Revert "revert "bazel: improve ESLint rule" (#52853)" (#52878) 2023-06-04 19:06:39 -07: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.