Skip to content

Commit a92f770

Browse files
committed
Fix test
1 parent 0f7769f commit a92f770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rsg-components/Wrapper/Wrapper.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Wrapper from './Wrapper';
33

44
it('should render children', () => {
55
const children = <span>Hello</span>;
6-
const actual = shallow(<Wrapper>{children}</Wrapper>);
6+
const actual = shallow(<Wrapper onError={() => {}}>{children}</Wrapper>);
77

88
expect(actual).toMatchSnapshot();
99
});

0 commit comments

Comments
 (0)