feat: improve test docs

pull/160/head
Erick Zanardo 4 years ago
parent 5b17b3757c
commit 52e0832d25

@ -49,7 +49,7 @@ void main() {
await game.ready();
game.update(10);
game.update(0);
game.update(0); // Ensure that the component was removed
await future;
@ -72,7 +72,7 @@ void main() {
await game.ready();
game.update(10);
game.update(0);
game.update(0); // Ensure that the component was removed
await future;

Loading…
Cancel
Save