Skip to content

Commit 0dbb29c

Browse files
committed
chore: apply linting
1 parent 5415441 commit 0dbb29c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/test-utils.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
import * as React from 'react';
2-
import * as DeprecatedReactTestUtils from 'react-dom/test-utils';
1+
import * as React from "react";
2+
import * as DeprecatedReactTestUtils from "react-dom/test-utils";
33

44
declare global {
55
var IS_REACT_ACT_ENVIRONMENT: boolean;
66
}
77

8-
const act = typeof React.act === 'function' ? React.act : DeprecatedReactTestUtils.act;
8+
const act =
9+
typeof React.act === "function" ? React.act : DeprecatedReactTestUtils.act;
910

1011
type Item = {
1112
callback: IntersectionObserverCallback;

0 commit comments

Comments
 (0)