Skip to content

Commit

Permalink
Update packages/enzyme-test-suite/test/ShallowWrapper-spec.jsx
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Harband <ljharb@gmail.com>
  • Loading branch information
pablopalacios and ljharb committed Mar 20, 2022
1 parent ad54a7f commit 092f6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/enzyme-test-suite/test/ShallowWrapper-spec.jsx
Expand Up @@ -715,7 +715,7 @@ describe('shallow', () => {
});
});

describe('rendereing the Provider through wrappingComponent', () => {
describe('rendering the Provider through wrappingComponent', () => {
it('renders initial context value', () => {
const wrapper = shallow(<InnerComponent />, {
wrappingComponent: WrappingComponent,
Expand Down

0 comments on commit 092f6d4

Please sign in to comment.