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.
2 parents 2781c2d + 90c952d commit a76ef26Copy full SHA for a76ef26
README.md
@@ -39,12 +39,12 @@ import Prelude
39
import Effect (Effect)
40
import Test.Spec.Discovery (discover)
41
import Test.Spec.Reporter.Console (consoleReporter)
42
-import Test.Spec.Runner (runSpec)
+import Test.Spec.Runner (run)
43
44
main :: Effect Unit
45
main = do
46
specs <- discover """My\.Package\..*Spec"""
47
- runSpec [consoleReporter] specs
+ run [consoleReporter] specs
48
```
49
50
All modules that match the regular expression, **and have a definition
0 commit comments