believer/movies-graphql-postgres

View on GitHub
__mocks__/moviedb.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = jest.fn().mockReturnValue({
  movieCredits: jest.fn(),
  movieInfo: jest.fn(),
})