Feat/refactoring-module-menu (#22733)

This commit is contained in:
Yehonal
2025-08-30 23:44:07 +02:00
committed by GitHub
parent 5c31e3b411
commit 5a79a4edce
10 changed files with 1398 additions and 190 deletions

View File

@@ -0,0 +1,14 @@
# BATS Test Configuration
# Set test timeout (in seconds)
export BATS_TEST_TIMEOUT=30
# Enable verbose output for debugging
export BATS_VERBOSE_RUN=1
# Test output format
export BATS_FORMATTER=pretty
# Enable colored output
export BATS_NO_PARALLELIZE_ACROSS_FILES=1
export BATS_NO_PARALLELIZE_WITHIN_FILE=1