12
12
13
13
<p >Simple and complete Svelte testing utilities that encourage good testing practices.</p >
14
14
15
- [ ** Read The Docs** ] [ stl-docs ] | [ Edit the docs] [ stl-docs-repo ]
15
+ [ ** Read The Docs** ] [ stl-docs ] | [ Edit the docs] [ stl-docs-repo ] | [ Examples ] ( ./examples )
16
16
17
17
<!-- prettier-ignore-start -->
18
+
18
19
[ ![ Build Status] [ build-badge ]] [ build ]
19
20
[ ![ Code Coverage] [ coverage-badge ]] [ coverage ]
20
21
[ ![ version] [ version-badge ]] [ package ]
29
30
[ ![ Watch on GitHub] [ github-watch-badge ]] [ github-watch ]
30
31
[ ![ Star on GitHub] [ github-star-badge ]] [ github-star ]
31
32
[ ![ Tweet] [ twitter-badge ]] [ twitter ]
33
+
32
34
<!-- prettier-ignore-end -->
35
+
33
36
</div >
34
37
35
38
<hr />
63
66
64
67
## Table of Contents
65
68
66
- <!-- START doctoc generated TOC please keep comment here to allow auto update -->
67
- <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
68
-
69
69
- [ The Problem] ( #the-problem )
70
70
- [ This Solution] ( #this-solution )
71
71
- [ Installation] ( #installation )
78
78
- [ ❓ Questions] ( #-questions )
79
79
- [ Contributors] ( #contributors )
80
80
81
- <!-- END doctoc generated TOC please keep comment here to allow auto update -->
82
-
83
81
## The Problem
84
82
85
83
You want to write maintainable tests for your [ Svelte] [ svelte ] components.
@@ -217,8 +215,11 @@ instead of filing an issue on GitHub.
217
215
Thanks goes to these people ([ emoji key] [ emojis ] ):
218
216
219
217
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
218
+
220
219
<!-- prettier-ignore-start -->
220
+
221
221
<!-- markdownlint-disable -->
222
+
222
223
<table >
223
224
<tbody >
224
225
<tr>
@@ -240,12 +241,13 @@ Thanks goes to these people ([emoji key][emojis]):
240
241
<td align="center" valign="top" width="14.28%"><a href="https://techblog.babyl.ca/"><img src="https://avatars.githubusercontent.com/u/19954?v=4?s=100" width="100px;" alt="Yanick Champoux"/><br /><sub><b>Yanick Champoux</b></sub></a><br /><a href="https://github.com/testing-library/svelte-testing-library/commits?author=yanick" title="Code">💻</a></td>
241
242
</tr>
242
243
<tr>
243
- <td align="center" valign="top" width="14.28%"><a href="https://michael.cousins.io/"><img src="https://avatars.githubusercontent.com/u/2963448?v=4?s=100" width="100px;" alt="Michael Cousins"/><br /><sub><b>Michael Cousins</b></sub></a><br /><a href="https://github.com/testing-library/svelte-testing-library/commits?author=mcous" title="Code">💻</a></td>
244
+ <td align="center" valign="top" width="14.28%"><a href="https://michael.cousins.io/"><img src="https://avatars.githubusercontent.com/u/2963448?v=4?s=100" width="100px;" alt="Michael Cousins"/><br /><sub><b>Michael Cousins</b></sub></a><br /><a href="https://github.com/testing-library/svelte-testing-library/commits?author=mcous" title="Code">💻</a> <a href="https://github.com/testing-library/svelte-testing-library/commits?author=mcous" title="Documentation">📖</a> <a href="#ideas-mcous" title="Ideas, Planning, & Feedback">🤔</a> <a href="#maintenance-mcous" title="Maintenance">🚧</a> <a href="https://github.com/testing-library/svelte-testing-library/commits?author=mcous" title="Tests">⚠️</a> </td>
244
245
</tr>
245
246
</tbody >
246
247
</table >
247
248
248
249
<!-- markdownlint-restore -->
250
+
249
251
<!-- prettier-ignore-end -->
250
252
251
253
<!-- ALL-CONTRIBUTORS-LIST:END -->
0 commit comments