refactor: replace em dashes with hyphens in test files and docs

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YeonGyu-Kim
2026-04-04 14:27:07 +09:00
parent 2d72f51a92
commit e860108b60
8 changed files with 42 additions and 42 deletions
@@ -134,7 +134,7 @@ describe("extractStatusCode", () => {
})
test("skips non-numeric status and finds deeper numeric statusCode", () => {
//#given status is a string, but error.statusCode is numeric
//#given - status is a string, but error.statusCode is numeric
const error = {
status: "error",
error: { statusCode: 429 },