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