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
Types that are not plain data types like those in extension-api-classes but interact with the API need to be stubbed.
Properties should be writable, methods should be spies and there should be convenient parameters to initialise properties (maybe utilizing interfaces from extension-api-types).
The text was updated successfully, but these errors were encountered:
felixfbecker
changed the title
Add stubs for TextDocument, CodeEditor etc
Add stubs for Window
Apr 30, 2019
Types that are not plain data types like those in extension-api-classes but interact with the API need to be stubbed.
Properties should be writable, methods should be spies and there should be convenient parameters to initialise properties (maybe utilizing interfaces from
extension-api-types
).The text was updated successfully, but these errors were encountered: