Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-DDR committed Oct 18, 2024
1 parent f1f38ed commit 03ba761
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/rand.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,4 @@ test('maxPossibleValue and minPossibleValue should be accurate', () => {
let parsedArray = parse('3d6 + 1d4 - 5 - 2d4 + 1')
expect(minPossibleValue(parsedArray)).toBe(-8)
expect(maxPossibleValue(parsedArray)).toBe(16)

parsedArray = parse('')
expect(minPossibleValue(parsedArray)).toBe(0)
expect(maxPossibleValue(parsedArray)).toBe(0)
})

0 comments on commit 03ba761

Please sign in to comment.