-
Notifications
You must be signed in to change notification settings - Fork 727
updated package name for svelte #106
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
Conversation
@@ -48,7 +48,7 @@ App.spec.js | |||
|
|||
```javascript | |||
import App from '../src/App.svelte' | |||
import { render, cleanup } from 'svlt-testing-library' | |||
import { render, cleanup } from 'svelte-testing-library' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there coordination between package authors for this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kentcdodds yep. Wendell had published an empty package with the name and didn't have time to implement it so he added me as a maintainer. It's all on Twitter. 🙂. https://twitter.com/benmonro/status/1124339261853954048?s=21
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most excellent!
No description provided.