You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not completely sure how this would work. Instantiate a spy and check the member exists and returns the right type, should be simple enough. Would be nice to reference Ionic type and iterate over members to check if exists.
The text was updated successfully, but these errors were encountered:
Just a wild thought: It would be nice to be able to fetch the ionic-type during build-time. Then iterate over it to find implementation that are mocked, not mocked, or that are mocked and no longer exist. That way you could even make a progress report as to how far the mock-implementation is.
Maybe even generate default mocks based on the type for implementations that do not yet exist. (interesting stuff) :-)
Not completely sure how this would work. Instantiate a spy and check the member exists and returns the right type, should be simple enough. Would be nice to reference Ionic type and iterate over members to check if exists.
The text was updated successfully, but these errors were encountered: