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

Commit baf5af7

Browse files
committed
remove spec the relaods the window
1 parent 624c000 commit baf5af7

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test/AngularSpec.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1770,16 +1770,6 @@ describe('angular', function() {
17701770
});
17711771
});
17721772

1773-
describe('reloadWithDebugInfo', function() {
1774-
1775-
it('should create a cookie', function() {
1776-
angular.reloadWithDebugInfo();
1777-
expect(/\bNG_ENABLE_DEBUG_INFO!=true\b/.test(document.cookie)).toBeTruthy();
1778-
1779-
// it should also reload the window, but we can not test that, as window.location can not be spied upon
1780-
});
1781-
});
1782-
17831773

17841774
describe('startingElementHtml', function() {
17851775
it('should show starting element tag only', function() {

0 commit comments

Comments
 (0)