From 15b8b6ed0135e2fd95aa716610e379e03f8ce417 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Wed, 17 May 2023 21:11:38 -0600 Subject: [PATCH] add elm-test stuff --- elm.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/elm.json b/elm.json index 785c5be..eea3262 100644 --- a/elm.json +++ b/elm.json @@ -21,7 +21,11 @@ } }, "test-dependencies": { - "direct": {}, - "indirect": {} + "direct": { + "elm-explorations/test": "2.1.1" + }, + "indirect": { + "elm/random": "1.0.0" + } } }