mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:21:50 +00:00
I was getting a weird TypeScript type error on a clean build. ``` $ pnpm -C client/web run build-ts ../testing/src/mockResizeObserver.ts:5:12 - error TS2339: Property 'ResizeObserver' does not exist on type 'never'. ``` Type-checking adds no value here anyway, and this is low risk to ignore. ## Test plan CI |
||
|---|---|---|
| .. | ||
| src | ||
| .eslintignore | ||
| BUILD.bazel | ||
| 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.