Use vitest-browser-react
and browserUserEvent
#4764
Annotations
1 error and 5 warnings
ESLint
Process completed with exit code 1.
|
ESLint:
test/browser/TextEditor.test.tsx#L34
Avoid destructuring queries from `render` result, use `screen.getByRole` instead
|
ESLint:
test/browser/TextEditor.test.tsx#L47
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
|
ESLint:
test/browser/TextEditor.test.tsx#L51
Avoid destructuring queries from `render` result, use `screen.getByRole` instead
|
ESLint:
test/browser/TextEditor.test.tsx#L55
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
|
ESLint:
test/browser/utils.tsx#L47
Avoid destructuring queries from `render` result, use `screen.getByRole` instead
|
Loading