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