Fix jest/no-conditional-expect lint and enable it (#10307)
This commit is contained in:
parent
2c97cb4054
commit
af1ec76149
8 changed files with 49 additions and 83 deletions
|
@ -186,6 +186,7 @@ describe("WysiwygComposer", () => {
|
|||
await waitFor(() => {
|
||||
const selection = document.getSelection();
|
||||
if (selection) {
|
||||
// eslint-disable-next-line jest/no-conditional-expect
|
||||
expect(selection.focusNode?.textContent).toEqual("other");
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue