nx/packages/jest/src/utils/versions.ts
2020-03-29 11:31:20 -04:00

5 lines
148 B
TypeScript

export const nxVersion = '*';
export const jestVersion = '25.2.3';
export const jestTypesVersion = '25.1.4';
export const tsJestVersion = '25.2.1';