believer/movies-graphql-postgres

View on GitHub
lib/services/__tests__/movie.spec.js

Summary

Maintainability
D
2 days
Test Coverage

File movie.spec.js has 1127 lines of code (exceeds 250 allowed). Consider refactoring.
Open

const movie = require('../movie')
const tmdb = require('../tmdb')

jest.mock('../tmdb', () => ({
  info: jest.fn().mockReturnValue(
Severity: Major
Found in lib/services/__tests__/movie.spec.js - About 2 days to fix

    There are no issues that match your filters.

    Category
    Status