mirror of
https://github.com/CodelyTV/pr-size-labeler.git
synced 2025-02-22 04:50:57 -05:00
14 lines
190 B
Markdown
14 lines
190 B
Markdown
|
# Testing
|
||
|
|
||
|
Tests written in [bashunit](https://bashunit.typeddevs.com/).
|
||
|
|
||
|
Install vendor dependencies:
|
||
|
```bash
|
||
|
./install-dependencies.sh
|
||
|
```
|
||
|
|
||
|
Run all tests:
|
||
|
```bash
|
||
|
./lib/bashunit tests
|
||
|
```
|