Skip to content

Commit 4f71126

Browse files
authored
Merge pull request #490 from jsitnicki/missing-set_test_title
Include test_title.sh in build depenedencies
2 parents 46341b0 + c96e744 commit 4f71126

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- Add `AGENTS.md` for external developer tools integration
1414
- Add two-way synchronization policy between `AGENTS.md` and `copilot-instructions.md` with automatic validation in task templates and PR checklist
1515
- Add tasks storage policy clarifying `.tasks/` (versioned) vs `.task/` (private scratch, git-ignored)
16+
- Include `set_test_title` helper in the single-file library
1617

1718
## [0.24.0](https://github.com/TypedDevs/bashunit/compare/0.23.0...0.24.0) - 2025-09-14
1819

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ function build::dependencies() {
9898
"src/console_header.sh"
9999
"src/console_results.sh"
100100
"src/helpers.sh"
101+
"src/test_title.sh"
101102
"src/upgrade.sh"
102103
"src/assertions.sh"
103104
"src/reports.sh"

0 commit comments

Comments
 (0)