mirror of
https://github.com/rrousselGit/riverpod.git
synced 2025-08-23 08:12:46 +08:00
8 lines
155 B
Bash
Executable File
8 lines
155 B
Bash
Executable File
BASEDIR=$(dirname "$0")
|
|
|
|
cd $BASEDIR/../packages/riverpod
|
|
dart test
|
|
cd ../flutter_riverpod
|
|
flutter test --no-pub
|
|
cd ../hooks_riverpod
|
|
flutter test --no-pub |