mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
bcee358a0e
add subpackage to veilid-flutter with test fixtures for writing veilid integration tests in dart
8 lines
208 B
Dart
8 lines
208 B
Dart
/// Support testing Veilid applications
|
|
library;
|
|
|
|
export 'src/processor_connection_state.dart';
|
|
export 'src/ticker_fixture.dart';
|
|
export 'src/update_processor_fixture.dart';
|
|
export 'src/veilid_fixture.dart';
|