/tester_test

a package:test and tester interop library

Primary LanguageDartBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Usage

A package:test shim library for usage with tester[https://github.com/jonahwilliams/tester]. This allows using the expectations from package:test and package:matcher, but not the group, test, or related methods.

void testAddition() {
  expect(2, 1 + 1);
}