mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-01-13 08:39:33 -05:00
17 lines
343 B
Dart
17 lines
343 B
Dart
// import 'package:bloc_tools/bloc_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);
|
|
// });
|
|
// });
|
|
// }
|