Skip to content

Commit

Permalink
fix(dependencies): bump
Browse files Browse the repository at this point in the history
  • Loading branch information
herrmannplatz committed Nov 14, 2018
1 parent c91fd54 commit 337471d
Show file tree
Hide file tree
Showing 3 changed files with 2,236 additions and 3,171 deletions.
2 changes: 1 addition & 1 deletion index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const jwt = require('jsonwebtoken')
const generate = require('./')

// mock date
Date.now = jest.genMockFunction().mockReturnValue(0)
Date.now = jest.fn(() => 0)

describe('generate', () => {
it('should generate a token', () => {
Expand Down
Loading

0 comments on commit 337471d

Please sign in to comment.