mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
- 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 |
||
|---|---|---|
| .. | ||
| src | ||
| .eslintignore | ||
| .eslintrc.js | ||
| babel.config.js | ||
| BUILD.bazel | ||
| jest.config.js | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Tools for writing tests
Package-agnostic utilities for unit and integration tests.
App or package-specific utilities should live in client/{packageName}/src/testing.