ghostfolio/jest.config.js
Thomas Kaul d046f1d498
Feature/upgrade nx to version 12.8.0 (#331)
* Upgrade angular and Nx

* Update changelog
2021-09-04 11:25:40 +02:00

4 lines
102 B
JavaScript

const { getJestProjects } = require('@nrwl/jest');
module.exports = { projects: getJestProjects() };