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 a29c662 commit 5a8dfafCopy full SHA for 5a8dfaf
bower.json
@@ -26,6 +26,6 @@
26
"purescript-profunctor-lenses": "^4.0.0"
27
},
28
"devDependencies": {
29
- "purescript-strongcheck": "#compiler/0.12"
+ "purescript-quickcheck": "^5.0.0"
30
}
31
test/Test/Main.purs
@@ -8,8 +8,8 @@ import Data.Argonaut.JCursor.Gen (genJCursor)
8
import Data.Either (Either(..))
9
import Effect (Effect)
10
import Effect.Console (log)
11
-import Test.StrongCheck (Result, quickCheck, (<?>))
12
-import Test.StrongCheck.Gen (Gen)
+import Test.QuickCheck (Result, quickCheck, (<?>))
+import Test.QuickCheck.Gen (Gen)
13
14
prop_jcursor_serialization :: Gen Result
15
prop_jcursor_serialization = do
0 commit comments