mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 08:03:26 +00:00
6 lines
96 B
TypeScript
6 lines
96 B
TypeScript
import { getJestProjects } from '@nx/jest';
|
|
|
|
export default {
|
|
projects: getJestProjects(),
|
|
};
|