Skip to content

Commit 1a0438a

Browse files
committed
docs: update docs/test-files.md
1 parent 7660be3 commit 1a0438a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/test-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function tear_down() {
8585
The `set_up_before_script` auxiliary function is called, if it is present in the test file, only once before all tests functions in the test file begin.
8686
This is useful for global setup that applies to all test functions in the script, such as loading shared resources.
8787
88-
If any command inside `set_up_before_script` fails, bashunit now halts the file immediately and reports the error (including the failing command and location) before any test functions run. This ensures misconfigured environments or missing dependencies surface clearly during setup.
88+
If any command inside `set_up_before_script` fails, bashunit halts the file immediately and reports the error (including the failing command and location) before any test functions run. This ensures misconfigured environments or missing dependencies surface clearly during setup.
8989
9090
::: code-group
9191
```bash [Example]

0 commit comments

Comments
 (0)