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

Commit 58def74

Browse files
committed
remove spec the relaods the window
1 parent fa3f149 commit 58def74

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
@@ -1920,16 +1920,6 @@ describe('angular', function() {
19201920
});
19211921
});
19221922

1923-
describe('reloadWithDebugInfo', function() {
1924-
1925-
it('should create a cookie', function() {
1926-
angular.reloadWithDebugInfo();
1927-
expect(/\bNG_ENABLE_DEBUG_INFO!=true\b/.test(document.cookie)).toBeTruthy();
1928-
1929-
// it should also reload the window, but we can not test that, as window.location can not be spied upon
1930-
});
1931-
});
1932-
19331923

19341924
describe('startingElementHtml', function() {
19351925
it('should show starting element tag only', function() {

0 commit comments

Comments
 (0)