1212
1313<p >Simple and complete Svelte testing utilities that encourage good testing practices.</p >
1414
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 )
1616
1717<!-- prettier-ignore-start -->
18+
1819[ ![ Build Status] [ build-badge ]] [ build ]
1920[ ![ Code Coverage] [ coverage-badge ]] [ coverage ]
2021[ ![ version] [ version-badge ]] [ package ]
2930[ ![ Watch on GitHub] [ github-watch-badge ]] [ github-watch ]
3031[ ![ Star on GitHub] [ github-star-badge ]] [ github-star ]
3132[ ![ Tweet] [ twitter-badge ]] [ twitter ]
33+
3234<!-- prettier-ignore-end -->
35+
3336</div >
3437
3538<hr />
6366
6467## Table of Contents
6568
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-
6969- [ The Problem] ( #the-problem )
7070- [ This Solution] ( #this-solution )
7171- [ Installation] ( #installation )
7878 - [ ❓ Questions] ( #-questions )
7979- [ Contributors] ( #contributors )
8080
81- <!-- END doctoc generated TOC please keep comment here to allow auto update -->
82-
8381## The Problem
8482
8583You want to write maintainable tests for your [ Svelte] [ svelte ] components.
@@ -217,8 +215,11 @@ instead of filing an issue on GitHub.
217215Thanks goes to these people ([ emoji key] [ emojis ] ):
218216
219217<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
218+
220219<!-- prettier-ignore-start -->
220+
221221<!-- markdownlint-disable -->
222+
222223<table >
223224 <tbody >
224225 <tr>
@@ -240,12 +241,13 @@ Thanks goes to these people ([emoji key][emojis]):
240241 <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>
241242 </tr>
242243 <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>
244245 </tr>
245246 </tbody >
246247</table >
247248
248249<!-- markdownlint-restore -->
250+
249251<!-- prettier-ignore-end -->
250252
251253<!-- ALL-CONTRIBUTORS-LIST:END -->
0 commit comments