Unit test your AngularJS directives that make changes to $scope as well as their own isolated scopes.
I've used isolateScope() to work: expect(element.isolateScope().clicked).toBeTruthy();