Please note this is SPECIFIC to test environment using Jasmine. I am NOT having these issues in dev mode. Here’s a bare bones example I created: Code Spec code As it stands, the output in console is this: I have discovered that the reason for the redundancy in clicks is because mountTest() is called at the top-level beforeEach. Further experimentation