flutter-vienna-hackathon-25/wien_talks_be/test/wien_talks_be_test.dart
2025-08-16 11:47:26 +02:00

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);
});
}