jest.config.js

Summary

Maintainability
A
0 mins
Test Coverage
const { getJestProjects } = require('@nx/jest');

globalThis.ngJest = {
  skipNgcc: true
};

module.exports = {
  projects: getJestProjects()
};