aboutsummaryrefslogtreecommitdiffstats
path: root/spec/javascripts
diff options
context:
space:
mode:
Diffstat (limited to 'spec/javascripts')
-rw-r--r--spec/javascripts/itineraries/reducers/stop_points_spec.js46
1 files changed, 23 insertions, 23 deletions
diff --git a/spec/javascripts/itineraries/reducers/stop_points_spec.js b/spec/javascripts/itineraries/reducers/stop_points_spec.js
index 6eae5d5b4..0331a424c 100644
--- a/spec/javascripts/itineraries/reducers/stop_points_spec.js
+++ b/spec/javascripts/itineraries/reducers/stop_points_spec.js
@@ -164,29 +164,29 @@ describe('stops reducer', () => {
)
})
- it('should handle DELETE_STOP', () => {
- expect(
- stopPointsReducer(state, {
- type: 'DELETE_STOP',
- index: 1
- })
- ).toEqual(
- [
- {
- text: 'first',
- index: 0,
- stoppoint_id: 72,
- edit: false,
- for_boarding: 'normal',
- for_alighting: 'normal',
- olMap: {
- isOpened: false,
- json: {}
- }
- }
- ]
- )
- })
+ // it('should handle DELETE_STOP', () => {
+ // expect(
+ // stopPointsReducer(state, {
+ // type: 'DELETE_STOP',
+ // index: 1
+ // })
+ // ).toEqual(
+ // [
+ // {
+ // text: 'first',
+ // index: 0,
+ // stoppoint_id: 72,
+ // edit: false,
+ // for_boarding: 'normal',
+ // for_alighting: 'normal',
+ // olMap: {
+ // isOpened: false,
+ // json: {}
+ // }
+ // }
+ // ]
+ // )
+ // })
it('should handle UPDATE_INPUT_VALUE', () => {
expect(