Skip to content

Commit 78ce1b8

Browse files
mbbx6sppf-f
andauthored
Update test.dhall example to include 'src/**/*.purs' in sources so you can import sources in tests (#574)
Co-authored-by: Fabrizio Ferrai <[email protected]>
1 parent 0aca704 commit 78ce1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ E.g. if you want to add `purescript-spec` to your test dependencies you can have
663663
let conf = ./spago.dhall
664664

665665
in conf // {
666-
sources = [ "test/**/*.purs" ],
666+
sources = conf.sources # [ "test/**/*.purs" ],
667667
dependencies = conf.dependencies # [ "spec" ]
668668
}
669669
```

0 commit comments

Comments
 (0)