purescript-graphql-fundeps/test.dhall
2022-04-21 13:48:21 +02:00

9 lines
226 B
Plaintext

let conf = ./spago.dhall
in conf
// { sources = conf.sources # [ "test/**/*.purs" ]
, dependencies =
conf.dependencies
# [ "spec", "foldable-traversable", "affjax-node" ]
}