-
-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support to inject a library-related service mocker #87
Labels
enhancement
New feature or request
Comments
satanTime
referenced
this issue
in satanTime/ng-mocks
Mar 28, 2020
satanTime
referenced
this issue
in satanTime/ng-mocks
Mar 28, 2020
satanTime
referenced
this issue
in satanTime/ng-mocks
Mar 28, 2020
satanTime
referenced
this issue
in satanTime/ng-mocks
Mar 28, 2020
satanTime
referenced
this issue
in satanTime/ng-mocks
Mar 28, 2020
satanTime
referenced
this issue
in satanTime/ng-mocks
Mar 28, 2020
satanTime
referenced
this issue
in satanTime/ng-mocks
Mar 28, 2020
satanTime
referenced
this issue
in satanTime/ng-mocks
Mar 29, 2020
satanTime
referenced
this issue
in satanTime/ng-mocks
Apr 6, 2020
satanTime
referenced
this issue
in satanTime/ng-mocks
Apr 17, 2020
satanTime
referenced
this issue
in satanTime/ng-mocks
Apr 26, 2020
satanTime
referenced
this issue
in satanTime/ng-mocks
Apr 26, 2020
satanTime
referenced
this issue
in satanTime/ng-mocks
Apr 26, 2020
satanTime
referenced
this issue
in satanTime/ng-mocks
Apr 26, 2020
satanTime
referenced
this issue
in satanTime/ng-mocks
Apr 26, 2020
satanTime
referenced
this issue
in satanTime/ng-mocks
Apr 26, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The idea is to provide support
ts-mockery
as peerDependency and to allow user to mock everythingng-mocks
mock with a specified library.For example adding in a setup script of karma or testing framework
or
and in that case we use specified library to mock methods instead of setting
() => {}
everywhere.The text was updated successfully, but these errors were encountered: