mirror of
https://github.com/tw93/Mole.git
synced 2026-02-10 03:49:17 +00:00
feat: overhaul quality checks and expand test suite for clean and optimize features
This commit is contained in:
@@ -4,7 +4,6 @@ setup_file() {
|
||||
PROJECT_ROOT="$(cd "${BATS_TEST_DIRNAME}/.." && pwd)"
|
||||
export PROJECT_ROOT
|
||||
|
||||
# Read current version from mole file (single source of truth)
|
||||
CURRENT_VERSION="$(grep '^VERSION=' "$PROJECT_ROOT/mole" | head -1 | sed 's/VERSION="\(.*\)"/\1/')"
|
||||
export CURRENT_VERSION
|
||||
|
||||
|
||||
Reference in New Issue
Block a user