From 9fd56222de716251afbe9e96098ea07cab2b4a22 Mon Sep 17 00:00:00 2001 From: James Collier Date: Fri, 23 Feb 2024 11:07:20 +0100 Subject: [PATCH] Update configuration for elm-verify-examples The config json now refuses the 'root' key (https://github.com/stoeffel/elm-verify-examples/blob/master/CHANGELOG.md#600). --- tests/elm-verify-examples.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/elm-verify-examples.json b/tests/elm-verify-examples.json index 93e587d..b37d473 100644 --- a/tests/elm-verify-examples.json +++ b/tests/elm-verify-examples.json @@ -1,4 +1,3 @@ { - "root": "../src", "tests": [ "Yaml.Encode", "Yaml.Decode" ] }