9 lines
163 B
Dart
9 lines
163 B
Dart
// import 'package:dartsunfish/dartsunfish.dart';
|
|
import 'package:test/test.dart';
|
|
|
|
void main() {
|
|
test('calculate', () {
|
|
// expect(calculate(), 42);
|
|
});
|
|
}
|