# Disclaimer This crate is under active development. # Description Light Given-When-Then test helper to work with a Functional Event Sourcing Decider (Jeremie Chassaing 2021) approach. Inspired by F# great EsBankAccount kata by [akhansari](https://github.com/akhansari). # Usage `TODO` # References [Functional Event Sourcing Decider](https://thinkbeforecoding.com/post/2021/12/17/functional-event-sourcing-decider) by Jeremie Chassaing 2021 [Functional Event Sourcing Decider](https://github.com/akhansari/EsBankAccount) by akhansari [Given-When-Then](https://martinfowler.com/bliki/GivenWhenThen.html)