sourcegraph/client/testing
Quinn Slack 841ccfe177
suppress ResizeObserver type error (#63572)
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
2024-07-01 08:42:10 -07:00
..
src suppress ResizeObserver type error (#63572) 2024-07-01 08:42:10 -07:00
.eslintignore web: extract testing package (#45812) 2022-12-22 18:04:50 -08:00
BUILD.bazel chore(bazel): enable rules_esbuild sandbox with object-inspect workaround (#61969) 2024-06-05 15:34:29 +01:00
package.json reapply "switch from jest to vitest for faster, simpler tests (#57886)" (#58145) 2023-11-07 12:00:18 +02:00
README.md web: extract testing package (#45812) 2022-12-22 18:04:50 -08:00
tsconfig.json reapply "switch from jest to vitest for faster, simpler tests (#57886)" (#58145) 2023-11-07 12:00:18 +02: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.