Skip to content

Commit 5890bc0

Browse files
authored
Merge pull request #2212 from tf/bg-hotspot-2
Improve backdrop position for hotspots element
2 parents a86b92e + fad4999 commit 5890bc0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+4314
-2590
lines changed

entry_types/scrolled/package/jest.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ module.exports = {
1313
},
1414
setupFilesAfterEnv: [
1515
'<rootDir>/spec/support/matchMediaStub.js',
16+
'<rootDir>/spec/support/requestAnimationFrameStub.js',
1617
'<rootDir>/spec/support/fakeBrowserFeatures.js'
1718
],
1819
modulePaths: ['<rootDir>/src', '<rootDir>/spec'],

0 commit comments

Comments
 (0)