VeryGoodOpenSource / very_good_flame_game

A Very Good Flutter Starter Flame Game created by the Very Good Ventures Team ๐Ÿฆ„
https://brickhub.dev/bricks/very_good_flame_game
MIT License
85 stars 11 forks source link

fix: text style tests for `CounterComponent` #112

Closed renancaraujo closed 1 year ago

renancaraujo commented 1 year ago

Description

Inject text style from the theme instead of getting it directly from google_fonts. The reason is that the newer version of google_fonts kept breaking unit tests, forcing us to do some mocking.

Type of Change