sourcegraph/client/testing
Greg Magolan b398952eca
Revert "revert "bazel: improve ESLint rule" (#52853)" (#52878)
- Revert "revert "bazel: improve ESLint rule" (#52853)"
- bazel: fix eslint custom rule so js_binary runfiles are included as
tool inputs to ctx.actions.run_shell

## Test plan

Tested locally that fix commit resolves the
```
FATAL: aspect_rules_js[js_test]: RUNFILES environment variable is not set
```
flaky issue that prompted the revert
2023-06-04 19:06:39 -07: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 Revert "revert "bazel: improve ESLint rule" (#52853)" (#52878) 2023-06-04 19:06:39 -07: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 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.