feat: support fedibird searchableBy #299
Annotations
4 errors
node_modules/.pnpm/intersection-observer@0.12.2/node_modules/intersection-observer/intersection-observer.js#L645
TypeError: Cannot read properties of null (reading 'clientWidth')
β― IntersectionObserver._getRootRect ../../node_modules/.pnpm/intersection-observer@0.12.2/node_modules/intersection-observer/intersection-observer.js:645:19
β― IntersectionObserver._checkForIntersections ../../node_modules/.pnpm/intersection-observer@0.12.2/node_modules/intersection-observer/intersection-observer.js:493:37
β― Timeout._onTimeout ../../node_modules/.pnpm/intersection-observer@0.12.2/node_modules/intersection-observer/intersection-observer.js:786:9
This error originated in "test/home.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
This error was caught after test environment was torn down. Make sure to cancel any running tasks before test finishes:
- cancel timeouts using clearTimeout and clearInterval
- wait for promises to resolve using the await keyword
|
node_modules/.pnpm/intersection-observer@0.12.2/node_modules/intersection-observer/intersection-observer.js#L645
TypeError: Cannot read properties of null (reading 'clientWidth')
β― IntersectionObserver._getRootRect ../../node_modules/.pnpm/intersection-observer@0.12.2/node_modules/intersection-observer/intersection-observer.js:645:19
β― IntersectionObserver._checkForIntersections ../../node_modules/.pnpm/intersection-observer@0.12.2/node_modules/intersection-observer/intersection-observer.js:493:37
β― Timeout._onTimeout ../../node_modules/.pnpm/intersection-observer@0.12.2/node_modules/intersection-observer/intersection-observer.js:786:9
This error originated in "test/home.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
This error was caught after test environment was torn down. Make sure to cancel any running tasks before test finishes:
- cancel timeouts using clearTimeout and clearInterval
- wait for promises to resolve using the await keyword
|
packages/frontend/test/note.test.ts#L74
AssertionError: expected null to be truthy
β― test/note.test.ts:74:10
|
|
The logs for this run have expired and are no longer available.
Loading