mirror of
https://gitee.com/bitdance-team/chrome-extension
synced 2025-01-10 13:48:14 +08:00
6 lines
105 B
JavaScript
6 lines
105 B
JavaScript
|
const { getJestProjects } = require('@nrwl/jest');
|
||
|
|
||
|
module.exports = {
|
||
|
projects: getJestProjects(),
|
||
|
};
|