We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f002704 commit b18b823Copy full SHA for b18b823
.github/workflows/build.yml
@@ -62,4 +62,4 @@ jobs:
62
run: npx spago build
63
64
- name: Run tests
65
- run: npx spago test -- --timeout 30
+ run: npx spago test --backend-args "--timeout 30"
test/Test/Main.purs
@@ -8,7 +8,6 @@ import Data.String (trim)
8
import Data.String.Regex (replace) as Regex
9
import Data.String.Regex.Flags (global) as Regex
10
import Data.String.Regex.Unsafe (unsafeRegex) as Regex
11
-import Debug (traceM)
12
import Effect (Effect)
13
import Node.ChildProcess.Types (Exit(..), pipe)
14
import Node.Encoding (Encoding(..))
0 commit comments