|
6 | 6 |
|
7 | 7 | beforeEach(module('test-helper')) |
8 | 8 |
|
9 | | - beforeEach( |
10 | | - inject(function(TestHelper, _RzSliderOptions_, _$rootScope_, _$timeout_) { |
11 | | - helper = TestHelper |
12 | | - RzSliderOptions = _RzSliderOptions_ |
13 | | - $rootScope = _$rootScope_ |
14 | | - $timeout = _$timeout_ |
15 | | - }) |
16 | | - ) |
| 9 | + beforeEach(inject(function( |
| 10 | + TestHelper, |
| 11 | + _RzSliderOptions_, |
| 12 | + _$rootScope_, |
| 13 | + _$timeout_ |
| 14 | + ) { |
| 15 | + helper = TestHelper |
| 16 | + RzSliderOptions = _RzSliderOptions_ |
| 17 | + $rootScope = _$rootScope_ |
| 18 | + $timeout = _$timeout_ |
| 19 | + })) |
17 | 20 |
|
18 | 21 | afterEach(function() { |
19 | 22 | helper.clean() |
|
146 | 149 |
|
147 | 150 | beforeEach(module('test-helper')) |
148 | 151 |
|
149 | | - beforeEach( |
150 | | - inject(function(TestHelper, _RzSliderOptions_, _$rootScope_, _$timeout_) { |
151 | | - helper = TestHelper |
152 | | - RzSliderOptions = _RzSliderOptions_ |
153 | | - $rootScope = _$rootScope_ |
154 | | - $timeout = _$timeout_ |
155 | | - }) |
156 | | - ) |
| 152 | + beforeEach(inject(function( |
| 153 | + TestHelper, |
| 154 | + _RzSliderOptions_, |
| 155 | + _$rootScope_, |
| 156 | + _$timeout_ |
| 157 | + ) { |
| 158 | + helper = TestHelper |
| 159 | + RzSliderOptions = _RzSliderOptions_ |
| 160 | + $rootScope = _$rootScope_ |
| 161 | + $timeout = _$timeout_ |
| 162 | + })) |
157 | 163 |
|
158 | 164 | afterEach(function() { |
159 | 165 | helper.clean() |
|
253 | 259 |
|
254 | 260 | beforeEach(module('test-helper')) |
255 | 261 |
|
256 | | - beforeEach( |
257 | | - inject(function(TestHelper, _RzSliderOptions_, _$rootScope_, _$timeout_) { |
258 | | - helper = TestHelper |
259 | | - RzSliderOptions = _RzSliderOptions_ |
260 | | - $rootScope = _$rootScope_ |
261 | | - $timeout = _$timeout_ |
262 | | - }) |
263 | | - ) |
| 262 | + beforeEach(inject(function( |
| 263 | + TestHelper, |
| 264 | + _RzSliderOptions_, |
| 265 | + _$rootScope_, |
| 266 | + _$timeout_ |
| 267 | + ) { |
| 268 | + helper = TestHelper |
| 269 | + RzSliderOptions = _RzSliderOptions_ |
| 270 | + $rootScope = _$rootScope_ |
| 271 | + $timeout = _$timeout_ |
| 272 | + })) |
264 | 273 |
|
265 | 274 | afterEach(function() { |
266 | 275 | helper.clean() |
|
394 | 403 |
|
395 | 404 | beforeEach(module('test-helper')) |
396 | 405 |
|
397 | | - beforeEach( |
398 | | - inject(function(TestHelper, _RzSliderOptions_, _$rootScope_, _$timeout_) { |
399 | | - helper = TestHelper |
400 | | - RzSliderOptions = _RzSliderOptions_ |
401 | | - $rootScope = _$rootScope_ |
402 | | - $timeout = _$timeout_ |
403 | | - }) |
404 | | - ) |
| 406 | + beforeEach(inject(function( |
| 407 | + TestHelper, |
| 408 | + _RzSliderOptions_, |
| 409 | + _$rootScope_, |
| 410 | + _$timeout_ |
| 411 | + ) { |
| 412 | + helper = TestHelper |
| 413 | + RzSliderOptions = _RzSliderOptions_ |
| 414 | + $rootScope = _$rootScope_ |
| 415 | + $timeout = _$timeout_ |
| 416 | + })) |
405 | 417 |
|
406 | 418 | afterEach(function() { |
407 | 419 | helper.clean() |
|
0 commit comments