Skip to content

Tags: scottbedard/svelte-testing-library

Tags

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

v1.4.1

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: clean up document targets and components (testing-library#19)

* clean up document targets and components

* jest cache was returning `<div></div>`, running with `--no-cache` fixed it

* we can safely ignore `else` for code coverage here - https://github.com/gotwarlost/istanbul/blob/master/ignoring-code-for-coverage.md#ignore-an-else-path