Skip to content

Commit a8d8c8b

Browse files
committed
test($rootScope): voluntary failure for PR angular#7445.
Travis build should be failed with this commit (meaning that the test case in failure is relevant for the bug seen in angular#7445). MUSTN'T BE MERGE
1 parent 3f540e3 commit a8d8c8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/ng/rootScopeSpec.js

+1
Original file line numberDiff line numberDiff line change
@@ -1700,6 +1700,7 @@ describe('Scope', function() {
17001700
it('should receive event object', inject(function($rootScope) {
17011701
var scope = $rootScope,
17021702
child = scope.$new(),
1703+
grandChild = child.$new(),
17031704
event;
17041705

17051706
child.$on('fooEvent', function(e) {

0 commit comments

Comments
 (0)