mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-10-31 08:40:27 +01:00 
			
		
		
		
	chore: update
This commit is contained in:
		| @@ -11,9 +11,7 @@ describe("Page", () => { | ||||
|       title: mocks.markdownRemark.frontmatter.title, | ||||
|     }; | ||||
|  | ||||
|     const tree = renderer | ||||
|       .create(<Page {...props}>{props.children}</Page>) | ||||
|       .toJSON(); | ||||
|     const tree = renderer.create(<Page {...props}>{props.children}</Page>).toJSON(); | ||||
|     expect(tree).toMatchSnapshot(); | ||||
|   }); | ||||
| }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user