| 4 | import { actionTypes } from './action-types'; |
| 5 | |
| 6 | const makeAction = removedChallengeIds => ({ |
| 7 | type: actionTypes.removeModuleChallenges, |
| 8 | payload: { removedChallengeIds } |
| 9 | }); |
| 10 | |
| 11 | const baseSessionUser = { |
| 12 | username: 'testuser', |
no outgoing calls
no test coverage detected