Unset variables before running each test

This commit is contained in:
Michael Wolf
2023-09-30 17:19:54 -06:00
parent 4d05d3da71
commit 0414802fa8

View File

@@ -8,6 +8,8 @@ source ./_reformat-common.bash
setUp() {
cd "$DIR"/.. || exit
unset PROJECT_ROOT
unset WF_ROOT
}
testProjectRoot001() {