Skip to content

Commit 5e014f9

Browse files
committedAug 2, 2023
style: format code
1 parent ad69b83 commit 5e014f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎test/index.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ describe("destr", () => {
151151

152152
for (const testCase of testCases) {
153153
expect(() => safeDestr(testCase.input)).toThrowError(
154-
testCase.output || ""
154+
testCase.output || "",
155155
);
156156
}
157157
});
@@ -174,7 +174,7 @@ describe("destr", () => {
174174

175175
for (const testCase of testCases) {
176176
expect(() => safeDestr(testCase.input)).toThrowError(
177-
"[destr] Possible prototype pollution"
177+
"[destr] Possible prototype pollution",
178178
);
179179
}
180180
});

0 commit comments

Comments
 (0)