believer/movies-graphql-postgres

View on GitHub
__mocks__/jsonwebtoken.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  sign: jest.fn().mockReturnValue('token'),
  verify: jest.fn(),
}