Testing on the PureScript track

Learn how to test your PureScript exercises on Exercism


The PureScript exercise test suites may be run from the exercise directory using the spago tool:

cd <exercism-workspace>/purescript/<exercise name>
spago test

where <exercism-workspace> is the CLI's workspace directory.</exercism-workspace>

For example:

cd ~/exercism/purescript/accumulate
spago test