@testing-library/svelte-core 1.0.0-next.2 → 1.0.0-next.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Do you want to build your own Svelte testing library? You may want to use our
|
|
4
4
|
rendering core, which abstracts away differences in Svelte versions to provide a
|
|
5
5
|
simple API to render Svelte components into the document and clean them up
|
|
6
|
-
afterwards
|
|
6
|
+
afterwards.
|
|
7
7
|
|
|
8
8
|
## Table of Contents
|
|
9
9
|
|