Skip to content

Commit

Permalink
(time) test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Mar 10, 2019
1 parent ae72acb commit bfdac06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export class TestCase {
}
get seed () {
if (this._seed === null) {
// istanbul ignore next
this._seed = envSeed === null ? random.uint32() : envSeed
}
return this._seed
Expand Down

0 comments on commit bfdac06

Please sign in to comment.