mirror of
https://github.com/Iconica-Development/flutter_google_track_and_trace.git
synced 2025-05-19 05:03:45 +02:00
9 lines
114 B
Dart
9 lines
114 B
Dart
import 'package:flutter_test/flutter_test.dart';
|
|
|
|
|
|
void main() {
|
|
test('adds one to input values', () {
|
|
|
|
});
|
|
}
|