Skip to content

Commit 994b8d4

Browse files
committed
test(frontend): satisfy numeric separator lint rule
1 parent 035150f commit 994b8d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/__tests__/useFeedConversion.contract.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ describe('useFeedConversion contract', () => {
137137
);
138138
expect(result.current.result?.preview.isLoading).toBe(false);
139139
},
140-
{ timeout: 6_000 }
140+
{ timeout: 6000 }
141141
);
142142
});
143143
});

0 commit comments

Comments
 (0)