We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31989e0 commit f0d5d3fCopy full SHA for f0d5d3f
tests/cron.test.js
@@ -854,10 +854,8 @@ describe('cron', () => {
854
job.start();
855
clock.tick(1000);
856
857
- job.stop();
858
const time = cron.time('*/2 * * * * *');
859
job.setTime(time);
860
- job.start();
861
862
clock.tick(4000);
863
@@ -885,7 +883,6 @@ describe('cron', () => {
885
883
886
884
887
888
889
expect(() => {
890
891
}).toThrow();
0 commit comments