Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect object in debounce test
I was trying to avoid having to import the Announcer in this test to keep things isolated, but it's so specific to the Announcer that I decided it didn't matter that much. Specifying the Announcer instance for the scope instead of generic thisArg logic simplified things quite a bit as well.
- Loading branch information