Releases: ccampbell/luna-testing
Releases · ccampbell/luna-testing
1.8.0
- Updated dependencies to latest versions (181b55b)
1.7.0
- Updated dependencies to latest versions (3d23a82)
1.6.1
- Updated dependencies to latest versions (f289b53)
1.6.0
-
Added support for Svelte 3
This means for now, Svelte 2 support is only possible in version 1.5.1 and below.
1.5.1
- Fixed issue with
import()
method not compiling during test runs (#14)
1.5.0
- Fixed issue where assert calls with falsey values would not be marked as failures (31bca06)
- Added debug mode to keep the test server running for debugging tests in an actual browser window (6927146)
1.3.2
- Fixed issue where tests could timeout due to hardcoded puppeteer timeout (cad12eb)
1.3.1
- Improved code coverage reports for browser testing (5d10011)
- Fixed issue where coverage reports for Svelte components were not always showing (5cf91b9)