Handle textareas being initialized after initial page load #113
browser-extension.yml
on: pull_request
lint-test-and-build
26s
Annotations
2 errors
|
lint-test-and-build
Process completed with exit code 1.
|
|
Unhandled error:
browser-extension/src/lib/registries.ts#L87
TypeError: overtype.updatePreview is not a function
❯ Timeout._onTimeout src/lib/registries.ts:87:16
❯ listOnTimeout node:internal/timers:588:17
❯ processTimers node:internal/timers:523:7
This error originated in "tests/lib/enhancers/github.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "gh_new_issue:should create the correct spot object". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|