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