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 768c960 commit 9f79218Copy full SHA for 9f79218
packages/virtualized-lists/Lists/__tests__/VirtualizedList-test.js
@@ -10,9 +10,9 @@
10
11
'use strict';
12
13
-import VirtualizedList from '../VirtualizedList';
14
import React from 'react';
15
import ReactTestRenderer from 'react-test-renderer';
+import VirtualizedList from '../VirtualizedList';
16
17
describe('VirtualizedList', () => {
18
it('renders simple list', () => {
0 commit comments