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:
parent
1cc95c861c
commit
53ff8429e5
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user