Skip to content

Commit

Permalink
chore(react-kit): update with-rx typechecking test
Browse files Browse the repository at this point in the history
  • Loading branch information
raveclassic committed Oct 17, 2018
1 parent bf0954e commit ff65323
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-kit/src/utils/__tests__/with-rx2.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ describe('withRX2', () => {
const C3 = withRX(Foo, () => ({ defaultProps: { foo: '123', bar: 213 } }), { scheduler });
(() => [
<C handler={constUndefined} foo={'123'} bar={123} />,
<C1 foo={'123'} bar={123} />,
<C1 foo={'123'} bar={123} handler={constUndefined} />,
<C2 handler={constUndefined} bar={123} />,
<C3 handler={constUndefined} />,
Expand Down

0 comments on commit ff65323

Please sign in to comment.