mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
fix(linter/no-render-return-value): remove duplicate test case (#1111)
Added in #1109
This commit is contained in:
parent
cf1265453b
commit
144c881be5
1 changed files with 0 additions and 1 deletions
|
|
@ -103,7 +103,6 @@ fn test() {
|
|||
("var foo = React.render(<div />, root);", None),
|
||||
("var foo = render(<div />, root)", None),
|
||||
("var foo = ReactDom.renderder(<div />, root)", None),
|
||||
("var foo = ReactDom.renderder(<div />, root)", None),
|
||||
("export const foo = () => ({ destroy: ({ dom }) => { ReactDOM.unmountComponentAtNode(dom); } });", None),
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue