mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: Nx 20 (#10636)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
const { getJestProjects } = require('@nx/jest');
|
||||
const { getJestProjectsAsync } = require('@nx/jest');
|
||||
|
||||
export default { projects: getJestProjects() };
|
||||
export default async () => ({ projects: await getJestProjectsAsync() });
|
||||
|
||||
Reference in New Issue
Block a user