Skip to content

Commit

Permalink
Manually include web.dom-collections.iterator in jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Apr 24, 2019
1 parent 79d592e commit e34ef2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = {
preset: '@wordpress/jest-preset-default',
setupFiles: [
'core-js/es/symbol/async-iterator',
'core-js/modules/web.dom-collections.iterator',
'<rootDir>/test/unit/config/gutenberg-phase.js',
],
testURL: 'http://localhost',
Expand Down

0 comments on commit e34ef2c

Please sign in to comment.