Skip to content

Commit

Permalink
mantrajs#6 Unit tests for composeWithMobx
Browse files Browse the repository at this point in the history
  • Loading branch information
markshust committed Jul 13, 2016
1 parent f25cbb6 commit 479eea8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/__tests__/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@ describe('Module', () => {

it('should have all functions from react-komposer', () => {
const fnNames = [
'compose', 'composeWithPromise', 'composeWithTracker',
'composeWithObservable', 'composeAll', 'disable'
'compose',
'composeWithPromise',
'composeWithTracker',
'composeWithObservable',
'composeWithMobx',
'composeAll',
'disable'
];

fnNames.forEach(fnName => {
Expand Down

0 comments on commit 479eea8

Please sign in to comment.