plzz work!

This commit is contained in:
Pavel Murygin
2022-02-21 18:41:19 +03:00
parent 8dc050b1d1
commit 04935e0710
4 changed files with 4 additions and 4 deletions

View File

@ -10,5 +10,5 @@ describe('smoke test', () => {
expect(console.log).toHaveBeenNthCalledWith(1, 'Hello, world!');
expect(console.log).toHaveBeenNthCalledWith(2, 'Wealth awaits you very soon.');
expect(console.log).toHaveBeenNthCalledWith(3, 'The relay time is: ', expect.anything());
});
}, 10000);
});