believer/movies-graphql-postgres

View on GitHub
__mocks__/nconf.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  env: jest.fn().mockReturnThis(),
  file: jest.fn().mockReturnThis(),
  get: jest.fn(input => input),
}