chore: generate
This commit is contained in:
parent
f023c63a60
commit
9c7de47031
8 changed files with 145 additions and 66 deletions
|
|
@ -71,7 +71,8 @@ describe("session diff", () => {
|
|||
test("keeps capped header-only patches partial", () => {
|
||||
const fileDiff = resolveFileDiff({
|
||||
file: "a.ts",
|
||||
patch: "Index: a.ts\n===================================================================\n--- a.ts\t\n+++ a.ts\t\n",
|
||||
patch:
|
||||
"Index: a.ts\n===================================================================\n--- a.ts\t\n+++ a.ts\t\n",
|
||||
})
|
||||
|
||||
expect(fileDiff.name).toBe("a.ts")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue