We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c6556 commit 0fa4adbCopy full SHA for 0fa4adb
README.md
@@ -114,7 +114,7 @@ App.spec.js
114
115
```javascript
116
import App from '../src/App.svelte'
117
-import {render} from '../src'
+import {render} from 'svlt-testing-library'
118
describe('App', () => {
119
test('should render greeting', () => {
120
const {getByText} = render(App, {props: {name: 'world'}})
0 commit comments