You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spago treats the test folder as the place where to find tests - all the PureScript files in there will be treated as input sources for the test suite of the package.
This means that if you need some fixtures for the tests, as this is the case here, then you shouldn't be including them there. See how in Spago itself we include them in the text-fixtures folder, that is outside of the test tree.
while I was doing natefaubion/purescript-tidy#122
I found that I need a way to exlude .purs files in
lib/test/snapshots
folder (those .purs files are not really purescript code)But cannot accomplish this
The text was updated successfully, but these errors were encountered: