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
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 purescript@0.13.8 spago@0.20.1
$ npx spago init
$ npx spago test
<<no output; no build>>
Expected output:
$ npm install --save spago@0.19.2
$ 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.
The text was updated successfully, but these errors were encountered:
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 topsa
but I'm unsure. Let me know if you need more info.To reproduce:
Nothing happens when
spago test
invoked.Expected output:
The text was updated successfully, but these errors were encountered: