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