Skip to content

Commit

Permalink
Fix examples typo (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelLefkowitz authored Jan 15, 2025
1 parent e8bf68e commit ff70a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module Test.Main where
import Prelude
import Effect (Effect)
import Test.Spec.Discovery (discoverAndRunSpec)
import Test.Spec.Discovery (discoverAndRunSpecs)
import Test.Spec.Reporter.Console (consoleReporter)
main :: Effect Unit
Expand Down

0 comments on commit ff70a3c

Please sign in to comment.