We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e95b5d commit 5415441Copy full SHA for 5415441
1 file changed
src/test-utils.ts
@@ -1,11 +1,11 @@
1
-import * as React from 'react'
2
-import * as DeprecatedReactTestUtils from 'react-dom/test-utils'
+import * as React from 'react';
+import * as DeprecatedReactTestUtils from 'react-dom/test-utils';
3
4
declare global {
5
var IS_REACT_ACT_ENVIRONMENT: boolean;
6
}
7
8
-const act = typeof React.act === 'function' ? React.act : DeprecatedReactTestUtils.act
+const act = typeof React.act === 'function' ? React.act : DeprecatedReactTestUtils.act;
9
10
type Item = {
11
callback: IntersectionObserverCallback;
0 commit comments