diff options
| author | Thomas Haddad | 2017-01-11 16:53:56 +0100 |
|---|---|---|
| committer | Thomas Haddad | 2017-01-11 16:53:56 +0100 |
| commit | d37324f9e80c485ed07623341489223a04e5096c (patch) | |
| tree | 06140c570bae7a6f4ec1dd737ae285bbcbbff7cb /spec/javascripts | |
| parent | c2c84618204791050e33d5e2ab13c8ac56399734 (diff) | |
| download | chouette-core-d37324f9e80c485ed07623341489223a04e5096c.tar.bz2 | |
Remove LOAD_FIRST_PAGE action from reducers
Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com>
Diffstat (limited to 'spec/javascripts')
| -rw-r--r-- | spec/javascripts/journey_patterns/actions_spec.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/spec/javascripts/journey_patterns/actions_spec.js b/spec/javascripts/journey_patterns/actions_spec.js index 1140375d9..ef0470d2d 100644 --- a/spec/javascripts/journey_patterns/actions_spec.js +++ b/spec/javascripts/journey_patterns/actions_spec.js @@ -14,15 +14,6 @@ describe('when receiveJourneyPatterns is triggered', () => { }) }) -describe('when landing on page', () => { - it('should create an action to load the n first missions', () => { - const expectedAction = { - type: 'LOAD_FIRST_PAGE', - dispatch - } - expect(actions.loadFirstPage(dispatch)).toEqual(expectedAction) - }) -}) describe('when previous navigation button is clicked', () => { it('should create an action to go to previous page', () => { const nextPage = false |
