sweet 0.1.32

Declarative full-stack test framework
Documentation

Sweet

made with ❤️‍🔥 by mrchantey

Usage

sweet! {
  it "works" {
		expect("foo").not().to_start_with("bar")?;
  }
}