Skip to content

Commit

Permalink
docs: fixed import in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
benmonro authored May 3, 2019
1 parent 08c6556 commit 0fa4adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ App.spec.js

```javascript
import App from '../src/App.svelte'
import {render} from '../src'
import {render} from 'svlt-testing-library'
describe('App', () => {
test('should render greeting', () => {
const {getByText} = render(App, {props: {name: 'world'}})
Expand Down

0 comments on commit 0fa4adb

Please sign in to comment.