File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ App.spec.js
113
113
114
114
``` javascript
115
115
import App from ' ../src/App.svelte'
116
- import {render } from ' svlt -testing-library'
116
+ import {render } from ' svelte -testing-library'
117
117
describe (' App' , () => {
118
118
test (' should render greeting' , () => {
119
119
const {getByText } = render (App, {props: {name: ' world' }})
@@ -248,7 +248,7 @@ Links:
248
248
[ build ] : https://travis-ci.org/testing-library/svelte-testing-library
249
249
[ coverage-badge ] : https://img.shields.io/codecov/c/github/testing-library/svelte-testing-library.svg?style=flat-square
250
250
[ coverage ] : https://codecov.io/github/testing-library/svelte-testing-library
251
- [ version-badge ] : https://img.shields.io/npm/v/svlt -testing-library.svg?style=flat-square
251
+ [ version-badge ] : https://img.shields.io/npm/v/svelte -testing-library.svg?style=flat-square
252
252
[ package ] : https://www.npmjs.com/package/svelte-testing-library
253
253
[ downloads-badge ] : https://img.shields.io/npm/dm/svelte-testing-library.svg?style=flat-square
254
254
[ npmtrends ] : http://www.npmtrends.com/svelte-testing-library
You can’t perform that action at this time.
0 commit comments