10 lines
250 B
Markdown
10 lines
250 B
Markdown
|
|
## 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
|
||
|
|
```
|