Skip to content

Commit

Permalink
Update lolex
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn committed Jul 20, 2017
1 parent 7c662ad commit b4564c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@novemberborn/as-i-preach": "^10.1.0",
"ava": "^0.21.0",
"codecov": "^2.2.0",
"lolex": "^1.6.0",
"lolex": "^2.1.1",
"nyc": "^11.0.3"
},
"nyc": {
Expand Down
2 changes: 1 addition & 1 deletion test/ksuid.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import lolex from 'lolex'

import KSUID from '../'

const clock = lolex.install(14e11)
const clock = lolex.install({now: 14e11})

test.serial('created with the current time', t => {
const x = KSUID.randomSync()
Expand Down

0 comments on commit b4564c5

Please sign in to comment.