mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-23 21:33:18 +03:00
6 lines
107 B
JavaScript
6 lines
107 B
JavaScript
const { getJestProjects } = require('@nrwl/jest');
|
|
|
|
module.exports = {
|
|
projects: getJestProjects(),
|
|
};
|