Add missing test dependency

This commit is contained in:
Tessa Kelly 2021-05-27 18:28:43 -07:00
parent e5c36924a4
commit ec25c765eb

View File

@ -84,6 +84,7 @@
},
"test-dependencies": {
"avh4/elm-program-test": "3.3.0 <= v < 4.0.0",
"elm-explorations/test": "1.2.2 <= v < 2.0.0"
"elm-explorations/test": "1.2.2 <= v < 2.0.0",
"tesk9/accessible-html": "4.1.0 <= v < 5.0.0"
}
}