probe 0.1.0 copy "probe: ^0.1.0" to clipboard
probe: ^0.1.0 copied to clipboard

Test prelude and extensions built on top of popular testing libraries.

example/example.dart

import 'package:probe/probe.dart';

void main() {
  test('use scaffolding from package:test', () {
    check('combined with package:checks').contains('checks');
  });
}
1
likes
150
points
27
downloads

Publisher

verified publisherlurey.dev

Weekly Downloads

Test prelude and extensions built on top of popular testing libraries.

Documentation

API reference

License

MIT (license)

Dependencies

checks, test

More

Packages that depend on probe