purescript-yoga-json/test.dhall
2022-07-21 15:29:57 +02:00

16 lines
360 B
Plaintext

let conf = ./spago.dhall
in conf
// { sources = conf.sources # [ "test/**/*.purs" ]
, dependencies =
conf.dependencies
# [ "spec"
, "spec-discovery"
, "aff"
, "strings-extra"
, "newtype"
, "debug"
, "now"
]
}