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

Commit 50a9ab6

Browse files
committed
fix($anchorScrollSpec): fix tests randomly failing in Firefox
Due to some timing issues, Firefox would load $anchorScroll (which in turn would cache `$window.document` for later use), before `$window.document` was mocked. Consequently, tests depending on `$window.document`'s being mocked would fail. Mocking `$window.document` during module initialization ensures that $anchorScroll will always cache (and use) the mocked document.
1 parent 22fb275 commit 50a9ab6

File tree

1 file changed

+169
-168
lines changed

1 file changed

+169
-168
lines changed

0 commit comments

Comments
 (0)