Skip to content

Commit

Permalink
Default seed is more user-friendly (#660)
Browse files Browse the repository at this point in the history
* Fix dep version format

* Node 7, update dep

* Default seed is more user-friendly
  • Loading branch information
geek authored Nov 7, 2016
1 parent ced6f95 commit 2b71c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ internals.defaults = {
rejections: false,
reporter: 'console',
shuffle: false,
seed: Math.random(),
seed: Math.floor(Math.random() * 1000),

// schedule: true,
threshold: 0,
Expand Down

0 comments on commit 2b71c37

Please sign in to comment.