Skip to content

Commit 32558fd

Browse files
committed
test(git): update api snapshot for CommitFile.status
`git:show` now reports a per-file change status; refresh the tsnapi dts snapshot so the exports API test matches the built types.
1 parent 12dd8e9 commit 32558fd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/__snapshots__/tsnapi/@devframes/plugin-git/index.snapshot.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export interface CommitFile {
5252
additions: number;
5353
deletions: number;
5454
binary: boolean;
55+
status: FileStatusCode;
5556
}
5657
export interface CommitResult {
5758
ok: boolean;

0 commit comments

Comments
 (0)