Skip to content

Commit 1f19768

Browse files
authored
elm-test 0.19.1-revision16 (#651)
1 parent 2ae97cc commit 1f19768

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/). This project mirrors the Elm version. So version 0.19.1-revisionX of this project will be compatible with Elm 0.19.1.
66

7+
## 0.19.1-revision16 - 2025-07-06
8+
9+
### Fixed
10+
11+
elm-test now works with an upcoming version of the Lamdera compiler. Lamdera has a [cool new optimization](https://github.com/lamdera/compiler/pull/41), that unfortunately made elm-test unable to find tests. Now that is fixed! Thanks to [Leonardo Taglialegne](https://github.com/miniBill)!
12+
713
## 0.19.1-revision15 - 2025-02-16
814

915
### Fixed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elm-test",
3-
"version": "0.19.1-revision15",
3+
"version": "0.19.1-revision16",
44
"description": "Run elm-test suites.",
55
"main": "elm-test.js",
66
"engines": {

0 commit comments

Comments
 (0)