it('should create an action to set the auth token', function() {
    const token = 'xyz'
    const expectedAction = {
      type: types.SET_AUTH_TOKEN,
      token