Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Removed removeTypename prop from test as the prop was removed in 2.1.2 #2166

Merged
merged 2 commits into from
Jul 14, 2018
Merged
Changes from 1 commit
Commits
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: 1 addition & 1 deletion examples/base/src/__tests__/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('withCharacter', () => {
const mocks = [{ request: { query, variables }, result: { data: { hero: empty } } }];
renderer.create(
<ErrorBoundary>
<MockedProvider mocks={mocks} removeTypename>
<MockedProvider mocks={mocks}>
<ContainerWithData {...variables} />
</MockedProvider>
</ErrorBoundary>,
Expand Down