Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 325 Bytes

File metadata and controls

23 lines (16 loc) · 325 Bytes

Testing

What to Test

  • UseCases and repositories
  • Cubits and Bloc state transitions
  • Datasources
  • Widgets

Running Tests

  • flutter test

Structure

test/
  helpers/
  core/
  features/

See example tests in test/features/auth and test/features/sample.