Skip to content

Commit

Permalink
Reorder test imports in @react-native/virtualized-lists to trigger a …
Browse files Browse the repository at this point in the history
…release bump
  • Loading branch information
fortmarek committed Aug 11, 2023
1 parent 768c960 commit 9f79218
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

'use strict';

import VirtualizedList from '../VirtualizedList';
import React from 'react';
import ReactTestRenderer from 'react-test-renderer';
import VirtualizedList from '../VirtualizedList';

describe('VirtualizedList', () => {
it('renders simple list', () => {
Expand Down

0 comments on commit 9f79218

Please sign in to comment.