mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:51:50 +00:00
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/...` |
||
|---|---|---|
| .. | ||
| src | ||
| .eslintignore | ||
| .eslintrc.js | ||
| babel.config.js | ||
| BUILD.bazel | ||
| jest.config.js | ||
| OWNERS | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Observability
Shared client infrastructure observability tools.
Vision
- Use this package for new scripts related to client infrastructure instrumentation and analysis.
- Colocate logic here to benefit from having shared:
- setup configuration (libhoney.js),
- observability event schemas,
- environment variable validators,
- unit tests.