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:55:01 +00:00 committed by GitHub
parent 1cc95c861c
commit 53ff8429e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();