Skip to content

Commit b5406d2

Browse files
committed
chore(ngBind): remove obsolete test
this test is not testing what it claims it is. we don't need it any more
1 parent 0f89383 commit b5406d2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/ng/directive/ngBindSpec.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,6 @@ describe('ngBind*', function() {
4545
$rootScope.$digest();
4646
expect(element.text()).toEqual('-0false');
4747
}));
48-
49-
50-
it('should render object as JSON ignore $$', inject(function($rootScope, $compile) {
51-
element = $compile('<div>{{ {key:"value", $$key:"hide"} }}</div>')($rootScope);
52-
$rootScope.$digest();
53-
expect(fromJson(element.text())).toEqual({key:'value'});
54-
}));
5548
});
5649

5750

0 commit comments

Comments
 (0)