Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

increasing test coverage #1217

Merged
merged 18 commits into from
Nov 16, 2020
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/Components/BidListMessages/Success.test.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { shallow } from 'enzyme';
import React from 'react';
import toJSON from 'enzyme-to-json';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You still need toJSON

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😭

import Success from './Success';
import detailsObject from '../../__mocks__/detailsObject';

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.