Skip to content

Instantly share code, notes, and snippets.

@abachuk
Last active September 12, 2017 22:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abachuk/a56e036643f896faa065140151a478dc to your computer and use it in GitHub Desktop.
Save abachuk/a56e036643f896faa065140151a478dc to your computer and use it in GitHub Desktop.
import reducer from './getPostsReducer';
import * as types from '../actions/posts/getPostsReduxAction';
import expect from 'expect';
describe('team reducer', () => {
it('should return the initial state');
it('should handle GET_POST_SUCCESS');
it('should handle UPDATE_POST_SUCCESS');
it('should handle GET_POST_FAIL');
it('should handle GET_POST_START');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment