diff --git a/apps/explorer/src/app/components/seconds-ago/seconds-ago.spec.tsx b/apps/explorer/src/app/components/seconds-ago/seconds-ago.spec.tsx index 6ff7937f8..86a05ad41 100644 --- a/apps/explorer/src/app/components/seconds-ago/seconds-ago.spec.tsx +++ b/apps/explorer/src/app/components/seconds-ago/seconds-ago.spec.tsx @@ -17,7 +17,7 @@ describe('Seconds ago', () => { expect(screen.getByTestId('test-seconds-ago')).toBeInTheDocument(); }); - it('should show the correct amount of seconds ago', (done) => { + it('should show the correct amount of seconds ago', () => { const secondsToWait = 10; const dateInString = new Date().toString();