veilidchat/packages/async_tools/test/async_tools_test.dart
Christien Rioux 634543910b messages work
2024-02-11 00:29:58 -05:00

17 lines
345 B
Dart

// import 'package:async_tools/async_tools.dart';
// import 'package:test/test.dart';
// void main() {
// group('A group of tests', () {
// final awesome = Awesome();
// setUp(() {
// // Additional setup goes here.
// });
// test('First Test', () {
// expect(awesome.isAwesome, isTrue);
// });
// });
// }