Sign in
flutter
/
third_party
/
coverage
/
8328bb1b479da5600a8aa94f1d73b56b9a623f1e
/
.
/
test
/
README.md
blob: 8fa00df29635162819d0eae15f9fbb977f025586 [
file
] [
view
]
## Regenerating mocks
Some
of the tests
use
a mock
VmService
that
is
automatically generated
by
Mockito
.
If
the
VmService
changes
,
run
this
command
in
the root directory of
this
repo to regenerate that mock
:
```bash
dart run build_runner build
```