Lambda-School-Labs/prismatopia

View on GitHub
jest.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  // This is a monorepo, so we need to tell Jest where the actual projects are
  projects: ['apollo']
}