Skip to content

feat: support for react suspense #525

feat: support for react suspense

feat: support for react suspense #525

Triggered via pull request July 21, 2025 21:58
Status Failure
Total duration 1m 27s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint: src/fire-event.ts#L150
Async arrow function has no 'await' expression
Lint: src/fire-event.ts#L137
Replace `element:·ReactTestInstance,·eventName:·EventName,·...data:·unknown[]` with `⏎··element:·ReactTestInstance,⏎··eventName:·EventName,⏎··...data:·unknown[]⏎`
Lint: src/__tests__/suspense.test.tsx#L30
Async arrow function has no 'await' expression
Lint: src/__tests__/suspense.test.tsx#L13
void is only valid as a return type or generic type argument
Lint: src/__tests__/suspense.test.tsx#L1
Run autofix to sort these imports!
Lint: src/__tests__/suspense-fake-timers.test.tsx#L31
Async arrow function has no 'await' expression
Lint: src/__tests__/suspense-fake-timers.test.tsx#L1
Run autofix to sort these imports!
Lint: src/__tests__/fire-event-async.test.tsx#L667
Forbidden non-null assertion
Lint: src/__tests__/fire-event-async.test.tsx#L664
Promise constructor parameters must be named to match "^_?resolve$"
Lint: src/__tests__/fire-event-async.test.tsx#L662
'createMockPromise' is defined but never used