mirror of
https://github.com/fluencelabs/examples
synced 2025-06-20 13:26:33 +00:00
plzz work!
This commit is contained in:
@ -30,5 +30,5 @@ describe('smoke test', () => {
|
|||||||
'Hi, Jake',
|
'Hi, Jake',
|
||||||
'Bye, Jake',
|
'Bye, Jake',
|
||||||
]);
|
]);
|
||||||
});
|
}, 10000);
|
||||||
});
|
});
|
||||||
|
@ -17,5 +17,5 @@ describe('smoke test', () => {
|
|||||||
result: expect.any(Number),
|
result: expect.any(Number),
|
||||||
success: true,
|
success: true,
|
||||||
});
|
});
|
||||||
});
|
}, 10000);
|
||||||
});
|
});
|
||||||
|
@ -10,5 +10,5 @@ describe('smoke test', () => {
|
|||||||
expect(console.log).toHaveBeenNthCalledWith(1, 'Hello, world!');
|
expect(console.log).toHaveBeenNthCalledWith(1, 'Hello, world!');
|
||||||
expect(console.log).toHaveBeenNthCalledWith(2, 'Wealth awaits you very soon.');
|
expect(console.log).toHaveBeenNthCalledWith(2, 'Wealth awaits you very soon.');
|
||||||
expect(console.log).toHaveBeenNthCalledWith(3, 'The relay time is: ', expect.anything());
|
expect(console.log).toHaveBeenNthCalledWith(3, 'The relay time is: ', expect.anything());
|
||||||
});
|
}, 10000);
|
||||||
});
|
});
|
||||||
|
@ -8,5 +8,5 @@ describe('smoke test', () => {
|
|||||||
const res = await demoCalculation();
|
const res = await demoCalculation();
|
||||||
|
|
||||||
expect(res).toBe(7);
|
expect(res).toBe(7);
|
||||||
});
|
}, 10000);
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user