mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-22 06:08:54 -04:00
refactor bloc tools to its own package
This commit is contained in:
parent
8e7619677a
commit
43b01c7555
34 changed files with 284 additions and 146 deletions
16
packages/bloc_tools/test/bloc_tools_test.dart
Normal file
16
packages/bloc_tools/test/bloc_tools_test.dart
Normal file
|
@ -0,0 +1,16 @@
|
|||
// 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);
|
||||
// });
|
||||
// });
|
||||
// }
|
Loading…
Add table
Add a link
Reference in a new issue