Pragmatists / ng-test-runner

MIT License
24 stars 1 forks source link

Support for EventEmitter with simple name #5

Closed marmatys closed 6 years ago

marmatys commented 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

So currently we cannot test outputs for this example: https://angular.io/api/core/EventEmitter#examples

This PR adds support for this case.

mpi commented 6 years ago

:+1: