Skip to content

Commit 46035ba

Browse files
style: fix prettier formatting in drafts.spec.ts
1 parent 7423f1a commit 46035ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/resources/drafts.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jest.mock('formdata-node', () => {
2121
this._getAppendedData = () => appendedData;
2222
// Ensure the form property also has access to _getAppendedData
2323
(this as any).form = {
24-
_getAppendedData: () => appendedData
24+
_getAppendedData: () => appendedData,
2525
};
2626
return this;
2727
}),

0 commit comments

Comments
 (0)