mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
(MeasurementProvider) - Passing in the WgerBaseProvider instead of extending with it - Re-written tests - Added the fixture reader to make test file less crowded (Measurement Models) - Added Equatable - Re-written tests
4 lines
98 B
Dart
4 lines
98 B
Dart
import 'dart:io';
|
|
|
|
String fixture(String name) => File('test/fixtures/$name').readAsStringSync();
|