sweet 0.1.30

Declarative full-stack test framework
Documentation

Sweet

Built with ❤️ by mrchantey

Usage

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