Skip to content

Commit 0fa4adb

Browse files
authored
docs: fixed import in readme
1 parent 08c6556 commit 0fa4adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ App.spec.js
114114

115115
```javascript
116116
import App from '../src/App.svelte'
117-
import {render} from '../src'
117+
import {render} from 'svlt-testing-library'
118118
describe('App', () => {
119119
test('should render greeting', () => {
120120
const {getByText} = render(App, {props: {name: 'world'}})

0 commit comments

Comments
 (0)