Skip to content

Commit

Permalink
Add another test for #108
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymholt committed Jun 25, 2019
1 parent 1515d14 commit f795a7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/cronstrue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ describe("Cronstrue", function() {
it("0 * ? * 2/1", function() {
assert.equal(construe.toString(this.test.title), "Every hour, Tuesday through Saturday");
});

it("0 52 13 ? * 3/1", function() {
assert.equal(construe.toString(this.test.title), "At 01:52 PM, Wednesday through Saturday");
});
});

describe("ranges", function() {
Expand Down

0 comments on commit f795a7a

Please sign in to comment.