Bump jest from 28.1.3 to 29.0.3 (#19162)
* Bump babel-jest from 28.1.3 to 29.0.3 Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 28.1.3 to 29.0.3. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.0.3/packages/babel-jest) --- updated-dependencies: - dependency-name: babel-jest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Bump jest-environment-jsdom from 28.1.3 to 29.0.3 Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom) from 28.1.3 to 29.0.3. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.0.3/packages/jest-environment-jsdom) --- updated-dependencies: - dependency-name: jest-environment-jsdom dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Bump jest from 28.1.3 to 29.0.3 Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 28.1.3 to 29.0.3. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.0.3/packages/jest) --- updated-dependencies: - dependency-name: jest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									f84adc2ccf
								
							
						
					
					
						commit
						4793950136
					
				
					 5 changed files with 395 additions and 453 deletions
				
			
		|  | @ -6,7 +6,7 @@ exports[`<Avatar /> Autoplay renders a animated avatar 1`] = ` | |||
|   onMouseEnter={[Function]} | ||||
|   onMouseLeave={[Function]} | ||||
|   style={ | ||||
|     Object { | ||||
|     { | ||||
|       "backgroundImage": "url(/animated/alice.gif)", | ||||
|       "backgroundSize": "100px 100px", | ||||
|       "height": "100px", | ||||
|  | @ -22,7 +22,7 @@ exports[`<Avatar /> Still renders a still avatar 1`] = ` | |||
|   onMouseEnter={[Function]} | ||||
|   onMouseLeave={[Function]} | ||||
|   style={ | ||||
|     Object { | ||||
|     { | ||||
|       "backgroundImage": "url(/static/alice.jpg)", | ||||
|       "backgroundSize": "100px 100px", | ||||
|       "height": "100px", | ||||
|  |  | |||
|  | @ -7,7 +7,7 @@ exports[`<AvatarOverlay renders a overlay avatar 1`] = ` | |||
|   <div | ||||
|     className="account__avatar-overlay-base" | ||||
|     style={ | ||||
|       Object { | ||||
|       { | ||||
|         "backgroundImage": "url(/static/alice.jpg)", | ||||
|       } | ||||
|     } | ||||
|  | @ -15,7 +15,7 @@ exports[`<AvatarOverlay renders a overlay avatar 1`] = ` | |||
|   <div | ||||
|     className="account__avatar-overlay-overlay" | ||||
|     style={ | ||||
|       Object { | ||||
|       { | ||||
|         "backgroundImage": "url(/static/eve.jpg)", | ||||
|       } | ||||
|     } | ||||
|  |  | |||
|  | @ -10,7 +10,7 @@ exports[`<DisplayName /> renders display name + account name 1`] = ` | |||
|     <strong | ||||
|       className="display-name__html" | ||||
|       dangerouslySetInnerHTML={ | ||||
|         Object { | ||||
|         { | ||||
|           "__html": "<p>Foo</p>", | ||||
|         } | ||||
|       } | ||||
|  |  | |||
		Reference in a new issue