Closed marmatys closed 6 years ago
Currently library only supports EventEmitter for property that has name with suffix Change. See: https://github.com/Pragmatists/ng-test-runner/blob/master/src/test-utils.ts#L41
EventEmitter
Change
So currently we cannot test outputs for this example: https://angular.io/api/core/EventEmitter#examples
This PR adds support for this case.
:+1:
Currently library only supports
EventEmitter
for property that has name with suffixChange
. See: https://github.com/Pragmatists/ng-test-runner/blob/master/src/test-utils.ts#L41So currently we cannot test outputs for this example: https://angular.io/api/core/EventEmitter#examples
This PR adds support for this case.