sweet 0.1.24

Declarative native & web ui test framework.
Documentation

Sweet

Built with ❤️ by mrchantey

Usage

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