Skip to content

Commit

Permalink
fix(testing): add jest migration for 10.1.0 (nrwl#3566)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammisuli authored Aug 19, 2020
1 parent 106b04f commit 31128c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/jest/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
"version": "10.0.0-beta.2",
"description": "update jest configs to include setup env files",
"factory": "./src/migrations/update-10-0-0/update-jest-configs"
},
"update-10.1.0": {
"version": "10.1.0-beta.3",
"description": "Update jest to v26",
"factory": "./src/migrations/update-10-1-0/update-10-1-0"
}
},
"packageJsonUpdates": {
Expand Down

0 comments on commit 31128c3

Please sign in to comment.