mirror of
https://github.com/minimo-io/appticles.git
synced 2025-06-23 16:05:29 +00:00
9 lines
155 B
Dart
9 lines
155 B
Dart
![]() |
import 'package:dart_tools/dart_tools.dart';
|
||
|
import 'package:test/test.dart';
|
||
|
|
||
|
void main() {
|
||
|
test('calculate', () {
|
||
|
expect(calculate(), 42);
|
||
|
});
|
||
|
}
|