From 416d2fac1f0ca7dba5c042fedb5ad7b1bdb2138b Mon Sep 17 00:00:00 2001 From: Cedd Burge Date: Wed, 16 Oct 2019 08:27:42 +0100 Subject: [PATCH] Add link to elm-explorations/test for use in 0.19 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 89cbacc..8e856d7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # elm-html-test +The contents of this package have been moved to [elm-explorations/test](https://github.com/elm-explorations/test) in Elm 0.19. + Test views by writing expectations about `Html` values. [![Build Status](https://travis-ci.org/eeue56/elm-html-test.svg?branch=master)](https://travis-ci.org/eeue56/elm-html-test) ```elm