chore(deps-dev): bump @callstack/eslint-config from 13.0.2 to 14.0.0 #736
Annotations
10 errors
src/__tests__/act.test.tsx#L44
Async arrow function has no 'await' expression
|
src/__tests__/act.test.tsx#L55
Async arrow function has no 'await' expression
|
src/__tests__/renderHook.test.tsx#L48
Async arrow function has no 'await' expression
|
src/__tests__/timerUtils.ts#L3
Async function 'sleep' has no 'await' expression
|
src/__tests__/waitFor.test.tsx#L285
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
src/__tests__/waitForElementToBeRemoved.test.tsx#L8
Async arrow function has no 'await' expression
|
src/fireEvent.ts#L91
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
src/fireEvent.ts#L144
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
src/helpers/__tests__/timers.test.ts#L3
Async arrow function has no 'await' expression
|
src/index.ts#L5
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
The logs for this run have expired and are no longer available.
Loading