Update apps/explorer/src/app/components/seconds-ago/seconds-ago.spec.tsx

Co-authored-by: Dexter Edwards <dexter.edwards93@gmail.com>
This commit is contained in:
Sam Keen 2022-03-18 14:54:56 +00:00 committed by GitHub
parent 5c9571766a
commit 1cc95c861c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,6 @@ describe('Seconds ago', () => {
});
jest.runOnlyPendingTimers();
done();
render(<SecondsAgo data-testid="test-seconds-ago" date={dateInString} />);