Skip to content
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

Create mock with values #172

Merged
merged 2 commits into from
Dec 9, 2020

Conversation

bovandersteene
Copy link
Contributor

Allow the users to create a mock with default values

createMockWithValues(MyService,
{
     isCreated$: new ReplaySubject(1)
})

bovandersteene and others added 2 commits December 7, 2020 21:04
Allow the users to create a mock with default values

```
createMockWithValues(MyService,
{
     isCreated$: new ReplaySubject(1)
})
```
@timdeschryver timdeschryver merged commit 39796c4 into testing-library:master Dec 9, 2020
@timdeschryver
Copy link
Member

Thanks @bovandersteene !

@github-actions
Copy link

github-actions bot commented Dec 9, 2020

🎉 This PR is included in version 10.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@timdeschryver
Copy link
Member

@all-contributors please add @bovandersteene for code

@allcontributors
Copy link
Contributor

@timdeschryver

I've put up a pull request to add @bovandersteene! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants