8 lines
206 B
Dart
8 lines
206 B
Dart
|
import 'package:angel_orm/angel_orm.dart';
|
||
|
import 'package:angel_orm_test/angel_orm_test.dart';
|
||
|
import 'package:test/test.dart';
|
||
|
|
||
|
void Function() standaloneTests(QueryExecutor executor) {
|
||
|
return () {};
|
||
|
}
|