You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's currently a package published in npm called `svelte-testing-library` but the git repository is not yet public. We are hoping to pull that work (and name) into this repository.
162
+
There's currently a package published in npm called `svelte-testing-library` but
163
+
the git repository is not yet public. We are hoping to pull that work (and name)
164
+
into this repository.
165
165
166
166
## Guiding Principles
167
167
@@ -178,7 +178,7 @@ principles:
178
178
component instances, nor should it encourage dealing with component
179
179
instances.
180
180
2. It should be generally useful for testing individual Svelte components or
181
-
full Svelte applications.
181
+
full Svelte applications.
182
182
3. Utility implementations and APIs should be simple and flexible.
183
183
184
184
At the end of the day, what we want is for this library to be pretty
@@ -188,16 +188,14 @@ light-weight, simple, and understandable.
188
188
189
189
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
0 commit comments