Skip to content

Commit

Permalink
test: Added tick logging to test.
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonmoeller committed Oct 14, 2016
1 parent 6b3ee72 commit 8253b2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/cronut.js
Expand Up @@ -6,6 +6,7 @@ test('should schedule a task', async t => {

const cron = cronut();
const removeTask = cron('*/1 * * * * *', () => {
t.pass('tick');
count += 1;
});

Expand Down

0 comments on commit 8253b2b

Please sign in to comment.