Skip to content

Commit

Permalink
fix(testing): make sure jest-environment-dom is always installed (#12747
Browse files Browse the repository at this point in the history
)
  • Loading branch information
barbados-clemens committed Oct 21, 2022
1 parent a011a2e commit 53c8598
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/jest/migrations.json
Expand Up @@ -205,6 +205,12 @@
"version": "~28.1.1",
"alwaysAddToPackageJson": false
}
},
"15.0.1-beta.3": {
"jest-environment-jsdom": {
"version": "~28.1.1",
"alwaysAddToPackageJson": true
}
}
}
}
Expand Down

1 comment on commit 53c8598

@vercel
Copy link

@vercel vercel bot commented on 53c8598 Oct 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx-five.vercel.app
nx.dev

Please sign in to comment.