5 lines
100 B
Bash
5 lines
100 B
Bash
![]() |
# chart_dir returns the directory for the chart
|
||
|
chart_dir() {
|
||
|
echo ${BATS_TEST_DIRNAME}/../..
|
||
|
}
|