Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 97e6880

Browse files
style(ngOptionsSpec): ensure two newlines between specs
1 parent 2ece1c9 commit 97e6880

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/ng/directive/ngOptionsSpec.js

+2
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ describe('ngOptions', function() {
355355
expect(options.eq(2)).toEqualOption(scope.values[2], 'D');
356356
});
357357

358+
358359
it('should preserve pre-existing empty option', function() {
359360
createSingleSelect(true);
360361

@@ -655,6 +656,7 @@ describe('ngOptions', function() {
655656
expect(options.eq(2)).toEqualTrackedOption(20, 'twenty');
656657
});
657658

659+
658660
it('should preserve value even when reference has changed (single&array)', function() {
659661
createSelect({
660662
'ng-model': 'selected',

0 commit comments

Comments
 (0)