mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-05 11:57:41 +00:00
14 lines
286 B
Dart
14 lines
286 B
Dart
// import 'package:flutter_test/flutter_test.dart';
|
|
// import 'package:hive_test/hive_test.dart';
|
|
|
|
void main() {
|
|
// setUp(() async {
|
|
// await setUpTestHive();
|
|
// });
|
|
//
|
|
// // no migration to test yet
|
|
//
|
|
// tearDown(() async {
|
|
// await tearDownTestHive();
|
|
// });
|
|
}
|