refactor: return Either from loadConfig, add Config tests

This commit is contained in:
2026-05-21 10:16:41 -04:00
parent 1d5459ea1e
commit 5765829004
7 changed files with 1348 additions and 10 deletions
+2
View File
@@ -143,6 +143,7 @@ test-suite roux-server-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Roux.ConfigSpec
Roux.NYTimesSpec
Roux.ParserSpec
Roux.SchemaOrgSpec
@@ -179,6 +180,7 @@ test-suite roux-server-test
, tasty-golden
, tasty-hspec
, tasty-hunit
, temporary
, text
, time
, wai