Skip to content

Commit

Permalink
fix import position
Browse files Browse the repository at this point in the history
  • Loading branch information
eterna2 committed May 11, 2020
1 parent 59a01a7 commit defd5d8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions frontend/src/components/MinioArtifactPreview.test.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
import MinioArtifactPreview from './MinioArtifactPreview';
import React from 'react';
import TestUtils from '../TestUtils';
import { act, render } from '@testing-library/react';
import { Apis } from '../lib/Apis';
/*
* Copyright 2019-2020 Google LLC
*
Expand All @@ -18,6 +13,11 @@ import { Apis } from '../lib/Apis';
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import MinioArtifactPreview from './MinioArtifactPreview';
import React from 'react';
import TestUtils from '../TestUtils';
import { act, render } from '@testing-library/react';
import { Apis } from '../lib/Apis';

describe('MinioArtifactPreview', () => {
const readFile = jest.spyOn(Apis, 'readFile');
Expand Down

0 comments on commit defd5d8

Please sign in to comment.