Skip to content

Commit

Permalink
test: update reference path
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfBramble committed Oct 12, 2020
1 parent 8de44a9 commit b41e292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/breadcrumb/__tests__/breadcrumb.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { BreadcrumbRender } from '../index';
import BreadcrumbRender from '../index';
import { render, fireEvent, cleanup } from '@testing-library/react'
import '@testing-library/jest-dom/extend-expect';
import { createMemoryHistory, Router, Route, IndexRoute } from 'react-router'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import { render, fireEvent } from '@testing-library/react'
import '@testing-library/jest-dom/extend-expect';
import { RenderFormItem } from '../index'
import RenderFormItem from '../index'
import { Form, Button } from 'antd';

const IProps = {
Expand Down

0 comments on commit b41e292

Please sign in to comment.