Problems with search loop
This commit is contained in:
8
test/dartsunfish_test.dart
Normal file
8
test/dartsunfish_test.dart
Normal file
@@ -0,0 +1,8 @@
|
||||
// import 'package:dartsunfish/dartsunfish.dart';
|
||||
import 'package:test/test.dart';
|
||||
|
||||
void main() {
|
||||
test('calculate', () {
|
||||
// expect(calculate(), 42);
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user