We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0173f1 commit 4de5e78Copy full SHA for 4de5e78
node_package/tests/RSCClientRoot.test.jsx
@@ -8,8 +8,8 @@ window.__webpack_chunk_load__ = jest.fn();
8
import { enableFetchMocks } from 'jest-fetch-mock';
9
import { screen, act } from '@testing-library/react';
10
import '@testing-library/jest-dom';
11
-import path from 'path';
12
-import fs from 'fs';
+import * as path from 'path';
+import * as fs from 'fs';
13
import { createNodeReadableStream, getNodeVersion } from './testUtils';
14
15
import RSCClientRoot from '../src/RSCClientRoot';
0 commit comments