Module

Elmish.Test.State

Package
purescript-elmish-testing-library
Repository
collegevine/purescript-elmish-testing-library

#TestState Source

newtype TestState

Constructors

Instances

#Testable Source

class Testable :: (Type -> Type) -> Constraintclass (MonadReader TestState m, MonadAff m) <= Testable m 

Instances

#currentNode Source

currentNode :: forall m. Testable m => m Element

#crash Source

crash :: forall m a. Testable m => String -> m a