mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-08-12 20:18:26 +02:00
fix(tests): update snapshots, remove gatsby-page-utils from module mapper
This commit is contained in:
@@ -7,7 +7,7 @@ exports[`Content renders correctly 1`] = `
|
||||
</h1>
|
||||
<div
|
||||
dangerouslySetInnerHTML={
|
||||
Object {
|
||||
{
|
||||
"__html": "<p>An Essay on Typography by Eric Gill takes the reader back to the year 1930. The year when a conflict between two worlds came to its term. The machines of the industrial world finally took over the handicrafts.</p>",
|
||||
}
|
||||
}
|
||||
|
@@ -14,7 +14,7 @@ exports[`Post renders correctly 1`] = `
|
||||
</h1>
|
||||
<div
|
||||
dangerouslySetInnerHTML={
|
||||
Object {
|
||||
{
|
||||
"__html": "<p>An Essay on Typography by Eric Gill takes the reader back to the year 1930. The year when a conflict between two worlds came to its term. The machines of the industrial world finally took over the handicrafts.</p>",
|
||||
}
|
||||
}
|
||||
|
@@ -151,7 +151,7 @@ exports[`PageTemplate renders correctly 1`] = `
|
||||
<div>
|
||||
<div
|
||||
dangerouslySetInnerHTML={
|
||||
Object {
|
||||
{
|
||||
"__html": "<p>An Essay on Typography by Eric Gill takes the reader back to the year 1930. The year when a conflict between two worlds came to its term. The machines of the industrial world finally took over the handicrafts.</p>",
|
||||
}
|
||||
}
|
||||
|
@@ -15,7 +15,7 @@ exports[`PostTemplate renders correctly 1`] = `
|
||||
</h1>
|
||||
<div
|
||||
dangerouslySetInnerHTML={
|
||||
Object {
|
||||
{
|
||||
"__html": "<p>An Essay on Typography by Eric Gill takes the reader back to the year 1930. The year when a conflict between two worlds came to its term. The machines of the industrial world finally took over the handicrafts.</p>",
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user