-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(testing): update to latest jest version
bump to v27.5.1 of jest and 0.2.20 of @swc/jest
- Loading branch information
1 parent
4ca470c
commit e21def0
Showing
3 changed files
with
32 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
export const nxVersion = '*'; | ||
export const jestVersion = '27.2.3'; | ||
export const jestTypesVersion = '27.0.2'; | ||
export const tslibVersion = '^2.0.0'; | ||
export const tsJestVersion = '27.0.5'; | ||
export const babelJestVersion = '27.2.3'; | ||
export const swcJestVersion = '0.2.15'; | ||
export const jestVersion = '27.5.1'; | ||
export const jestTypesVersion = '27.4.1'; | ||
export const tslibVersion = '^2.3.0'; | ||
export const tsJestVersion = '27.1.4'; | ||
export const babelJestVersion = '27.5.1'; | ||
export const swcJestVersion = '0.2.20'; | ||
export const typesNodeVersion = '16.11.7'; |