Skip to content

ThiagoFontes/StopPoking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StopPoking

Flutter tests runner

A pokedex app

Please enable semantic commits running the following commands:

chmod +x hooks/commit-msg
git config core.hooksPath hooks

To run tests

Each module has its own dependencies and data and domain layers doesnt depends on Flutter, therefore their tests run dart test package. You can see how to run tests in each package below.

cd app/domain
flutter pub test

cd ../data
flutter pub test

cd ../presentation
flutter test

About

Your pokedex app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages