Partition canonical api spec output #14
Merged
GitHub Actions / Test Logs
succeeded
Jan 21, 2026 in 0s
16 passed, 0 failed and 0 skipped
| Report | Passed | Failed | Skipped | Time |
|---|---|---|---|---|
| packages/patchlogr-cli/.coverage/report.xml | 1β | 4ms | ||
| packages/patchlogr-core/.coverage/report.xml | 15β | 26ms |
β Β packages/patchlogr-cli/.coverage/report.xml
1 tests were completed in 4ms with 1 passed, 0 failed and 0 skipped.
| Test suite | Passed | Failed | Skipped | Time |
|---|---|---|---|---|
| src/tests/sample.test.ts | 1β | 4ms |
β Β src/tests/sample.test.ts
β
@patchlogr/cli > sample test
β Β packages/patchlogr-core/.coverage/report.xml
15 tests were completed in 26ms with 15 passed, 0 failed and 0 skipped.
| Test suite | Passed | Failed | Skipped | Time |
|---|---|---|---|---|
| src/partition/tests/partitionByMethod.test.ts | 2β | 7ms | ||
| src/partition/tests/partitionByTag.test.ts | 3β | 8ms | ||
| src/utils/tests/createHash.test.ts | 1β | 3ms | ||
| src/utils/tests/stableStringify.test.ts | 9β | 8ms |
β Β src/partition/tests/partitionByMethod.test.ts
β
partitionByMethod > should group by HTTPMethod
β
partitionByMethod > should group by multiple HTTPMethods
β Β src/partition/tests/partitionByTag.test.ts
β
partitionByTag > should group by first tag
β
partitionByTag > should group by multiple tags
β
partitionByTag > should group into default tag if tag not exists
β Β src/utils/tests/createHash.test.ts
β
createHash > createSHA256Hash > sha256 must be deterministic
β Β src/utils/tests/stableStringify.test.ts
β
stableStringify > should stringify json
β
stableStringify > should stringify json in a stable order
β
stableStringify > should stringify nested objects with stable key order
β
stableStringify > should stringify deeply nested objects with stable key order
β
stableStringify > should stringify arrays containing objects with stable key order
β
stableStringify > should handle null and primitive values correctly
β
stableStringify > should produce deterministic output for canonical spec hashing
β
stableStringify > should output nested object keys in sorted order
β
stableStringify > should sort keys in arrays of objects
Loading