mirror of https://github.com/flutter/pinball.git
parent
9174d90e58
commit
9f8721e7a5
@ -0,0 +1,10 @@
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
import 'package:pinball_components/pinball_components.dart';
|
||||
|
||||
void main() {
|
||||
group('ScoreX', () {
|
||||
test('formatScore correctly formats int', () {
|
||||
expect(1000000.formatScore(), '1,000,000');
|
||||
});
|
||||
});
|
||||
}
|
Loading…
Reference in new issue