Allow Optional Injection of grid size into engine on creation
This commit is contained in:
parent
9886f13d69
commit
873bd9c881
3 changed files with 24 additions and 21 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import 'package:mockito/mockito.dart';
|
||||
import 'package:rules_of_living/service/engine_service.dart';
|
||||
import 'package:rules_of_living/src/Engine.dart';
|
||||
@TestOn('browser')
|
||||
import 'package:test/test.dart';
|
||||
import 'package:mockito/mockito.dart';
|
||||
import 'package:rules_of_living/src/Engine.dart';
|
||||
import 'package:rules_of_living/service/engine_service.dart';
|
||||
|
||||
class MockEngine extends Mock implements Engine {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue