mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-23 21:13:35 +00:00
8 lines
130 B
Dart
8 lines
130 B
Dart
import 'package:flutter_test/flutter_test.dart';
|
|
|
|
void main() {
|
|
test('adds one to input values', () {
|
|
expect(1, 1);
|
|
});
|
|
}
|