Exercise: Testing ShoppingCartCubit
Test your knowledge of writing tests for BLoCs.
We'll cover the following...
Problem statement
In this exercise, test the ShoppingCartCubit
by doing the following:
Inside test/bloc_test.dart
: ...