Skip to content

Commit

Permalink
Merge pull request #2872 from mexitalian/patch-1
Browse files Browse the repository at this point in the history
Update Unit Testing documentation
  • Loading branch information
fzaninotto authored Feb 13, 2019
2 parents 5cabddc + 82b134a commit eed959d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/UnitTesting.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Luckily, react-admin provides access to a `TestContext` wrapper component that c

```jsx
import React from 'react';
import { TestContext } from 'ra-core';
import { TestContext } from 'react-admin';
import { mount } from 'enzyme';
import MyCustomEditView from './my-custom-edit-view';

Expand Down

0 comments on commit eed959d

Please sign in to comment.