Skip to content

Tags: pngwn/svelte-testing-library

Tags

v1.7.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: renaming package (testing-library#28)

* updated to @testing-library/dom

* renamed package

* renamed package

v1.6.0

feat: added container to the API (testing-library#24)

* feat: added container to the API
- added example
- added test
- bumped library to fix low vulnerability

* Update README.md

Co-Authored-By: Ben Monro <ben.monro@gmail.com>

* Update README.md

Co-Authored-By: Ben Monro <ben.monro@gmail.com>

v1.5.6

fix: Moved dom-testing-library as direct dependency (testing-library#22)

* Moved dom-testing-library as direct dependency

Fixes 21

* Removed extra comma

v1.5.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: fixed broken link in readme

v1.5.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: updated readme

v1.5.3

fix: added git repo to package

v1.5.2

Merge branch 'master' of github.com:testing-library/svelte-testing-li…

…brary

v1.5.1

fix: Don't append target to body if target option is given (testing-l…

…ibrary#20)

v1.5.0

feat: added cleanup-after-each

v1.4.2

fix: made cleanup test a bit more specific / independant