Unset variables before running each test
This commit is contained in:
@@ -8,6 +8,8 @@ source ./_reformat-common.bash
|
|||||||
|
|
||||||
setUp() {
|
setUp() {
|
||||||
cd "$DIR"/.. || exit
|
cd "$DIR"/.. || exit
|
||||||
|
unset PROJECT_ROOT
|
||||||
|
unset WF_ROOT
|
||||||
}
|
}
|
||||||
|
|
||||||
testProjectRoot001() {
|
testProjectRoot001() {
|
||||||
|
|||||||
Reference in New Issue
Block a user