Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove hasOwnProperty workaround
vue-test-utils-next now uses jest v27.1+, which includes a fix for hasOwnPropery (see jestjs/jest#11721). This allows to remove the dirty workaround we had in our codebase, but users will have to update to Jest v27.1+.
- Loading branch information