Is spago 0.20.x supposed to work with PureScript 0.13.x or is it 0.14.x only? When invoking spago test with PureScript 0.13.8 and spago 0.20.1 nothing happens. I expect the build and test to run. I'm guessing this may somehow be related to psa but I'm unsure. Let me know if you need more info.
To reproduce:
Nothing happens when spago test invoked.
$ mkdir foo && cd foo
$ npm init -y
$ npm install --save [email protected] [email protected]
$ npx spago init
$ npx spago test
<<no output; no build>>
Expected output:
$ npm install --save [email protected]
$ npx spago test
Src Lib All
Warnings 0 0 0
Errors 0 0 0
[info] Build succeeded.
🍝
You should add some tests.
[info] Tests succeeded.