Skip to content

Commit 4266b85

Browse files
committed
fix: update formatting again
1 parent 11217cb commit 4266b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/hooks/debounce.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ describe(`${useDebouncedFunction.name}`, () => {
122122
-42,
123123
];
124124

125-
const dummyFunction = jest.fn()
125+
const dummyFunction = jest.fn();
126126
for (const input of invalidInputs) {
127127
expect(() => {
128128
renderDebouncedFunction(dummyFunction, input);

0 commit comments

Comments
 (0)