Skip to content

Commit

Permalink
Added tests for ActionTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Nov 30, 2016
1 parent 67bfd2c commit de9dd9d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/__tests__/ActionTypes.test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import ActionTypes from '../ActionTypes';


it('UPDATE_MATCH, RESOLVE_MATCH are defined', () => {
expect(ActionTypes.UPDATE_MATCH).toBeDefined();
expect(ActionTypes.RESOLVE_MATCH).toBeDefined();
});

0 comments on commit de9dd9d

Please sign in to comment.