JacobGrisham/YelpCamp

View on GitHub
jest.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
    preset: "@shelf/jest-mongodb",
    reporters: [ "default", "jest-junit" ]
}