From 45cf2ca9208a9621f76a632291913798804eaab5 Mon Sep 17 00:00:00 2001 From: alestiago Date: Wed, 23 Mar 2022 10:02:09 +0000 Subject: [PATCH] feat: created test file --- test/game/components/chrome_dino_test.dart | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/game/components/chrome_dino_test.dart diff --git a/test/game/components/chrome_dino_test.dart b/test/game/components/chrome_dino_test.dart new file mode 100644 index 00000000..02f90979 --- /dev/null +++ b/test/game/components/chrome_dino_test.dart @@ -0,0 +1,5 @@ +import 'package:flutter_test/flutter_test.dart'; + +void main() { + group('ChromeDino', () {}); +}