blob: d8f2d7b1b9b1eda70243fd67c2b7f19f99937f87 [file] [log] [blame]
# {{PROJECT_NAME}}
TODO: Brief overview of the test component.
## Building
To add this component to your build, append
`--with {{PROJECT_PATH}}:tests`
to the `fx set` invocation.
## Testing
Run the tests for {{PROJECT_NAME}} using the `{{PROJECT_NAME}}-tests` package.
```
$ fx test {{PROJECT_NAME}}-tests
```