mirror of
https://github.com/timokz/flutter-vienna-hackathon-25.git
synced 2025-11-08 21:24:20 +01:00
8 lines
161 B
Dart
8 lines
161 B
Dart
import 'package:wien_talks_be/wien_talks_be.dart';
|
|
import 'package:test/test.dart';
|
|
|
|
void main() {
|
|
test('calculate', () {
|
|
expect(calculate(), 42);
|
|
});
|
|
}
|