mirror of
https://github.com/mozilla/fxa.git
synced 2025-12-13 20:36:41 +01:00
Because: - Nx is on 19 currently and we want to support the new Nx caching features This commit: - Updates Nx from 19 to 21 - Bumps eslint to 8 across all packages and disables some rules that we do not respect - Some resources needed to be bumped since many of the build steps have been cached, but when run without cache they consume more RAM than available - Several version numbers have been consolidated across packages, but not necessarily upgraded outside of Nx itself. Closes FXA-10981
6 lines
126 B
TypeScript
6 lines
126 B
TypeScript
import { getJestProjectsAsync } from '@nx/jest';
|
|
|
|
export default async () => ({
|
|
projects: await getJestProjectsAsync(),
|
|
});
|