mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-25 22:39:41 +01:00
reset snapshots
This commit is contained in:
parent
1ec208cf70
commit
51a7c10229
@ -20,7 +20,7 @@ const jestConfig: Config.InitialOptions = {
|
||||
".+\\.(css|sass|scss)$": "identity-obj-proxy",
|
||||
".+\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$":
|
||||
"identity-obj-proxy",
|
||||
"^gatsby-page-utils/(.*)$": "gatsby-page-utils/dist/$1",
|
||||
"^gatsby-page-utils/(.*)$": "gatsby-page-utils/$1",
|
||||
"^gatsby-core-utils/(.*)$": "gatsby-core-utils/dist/$1",
|
||||
"^gatsby-plugin-utils/(.*)$": [
|
||||
"gatsby-plugin-utils/dist/$1",
|
||||
|
1413
package-lock.json
generated
1413
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -27,6 +27,7 @@
|
||||
"lint:staged": "lint-staged",
|
||||
"lint:ts": "eslint \"src\" --ext .tsx,.ts && prettier --check .",
|
||||
"prepare": "husky install",
|
||||
"reset-snapshots": "find -type f -name '*.snap*' -delete && npm run test",
|
||||
"semantic-release": "semantic-release",
|
||||
"serve": "gatsby serve",
|
||||
"start": "npm run clean && gatsby develop",
|
||||
|
@ -3,16 +3,13 @@
|
||||
exports[`Author renders correctly 1`] = `
|
||||
<div>
|
||||
<p>
|
||||
Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu.
|
||||
Written by:
|
||||
<a
|
||||
href="https://www.twitter.com/#"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
href="/pages/about"
|
||||
>
|
||||
<strong>
|
||||
John Doe
|
||||
Rick van Lieshout
|
||||
</strong>
|
||||
on Twitter
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
|
@ -31,16 +31,13 @@ exports[`Post renders correctly 1`] = `
|
||||
</div>
|
||||
<div>
|
||||
<p>
|
||||
Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu.
|
||||
Written by:
|
||||
<a
|
||||
href="https://www.twitter.com/#"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
href="/pages/about"
|
||||
>
|
||||
<strong>
|
||||
John Doe
|
||||
Rick van Lieshout
|
||||
</strong>
|
||||
on Twitter
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
|
@ -9,11 +9,9 @@ exports[`Author renders correctly 1`] = `
|
||||
<a
|
||||
href="/"
|
||||
>
|
||||
John Doe
|
||||
Rick van Lieshout
|
||||
</a>
|
||||
</h2>
|
||||
<p>
|
||||
Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu.
|
||||
</p>
|
||||
<p />
|
||||
</div>
|
||||
`;
|
||||
|
@ -11,12 +11,10 @@ exports[`Sidebar renders correctly 1`] = `
|
||||
<a
|
||||
href="/"
|
||||
>
|
||||
John Doe
|
||||
Rick van Lieshout
|
||||
</a>
|
||||
</h1>
|
||||
<p>
|
||||
Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu.
|
||||
</p>
|
||||
<p />
|
||||
</div>
|
||||
<nav>
|
||||
<ul>
|
||||
|
@ -12,12 +12,10 @@ exports[`CategoriesTemplate renders correctly 1`] = `
|
||||
<a
|
||||
href="/"
|
||||
>
|
||||
John Doe
|
||||
Rick van Lieshout
|
||||
</a>
|
||||
</h2>
|
||||
<p>
|
||||
Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu.
|
||||
</p>
|
||||
<p />
|
||||
</div>
|
||||
<nav>
|
||||
<ul>
|
||||
|
@ -12,12 +12,10 @@ exports[`CategoryTemplate renders correctly 1`] = `
|
||||
<a
|
||||
href="/"
|
||||
>
|
||||
John Doe
|
||||
Rick van Lieshout
|
||||
</a>
|
||||
</h2>
|
||||
<p>
|
||||
Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu.
|
||||
</p>
|
||||
<p />
|
||||
</div>
|
||||
<nav>
|
||||
<ul>
|
||||
|
@ -12,12 +12,10 @@ exports[`IndexTemplate renders correctly 1`] = `
|
||||
<a
|
||||
href="/"
|
||||
>
|
||||
John Doe
|
||||
Rick van Lieshout
|
||||
</a>
|
||||
</h1>
|
||||
<p>
|
||||
Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu.
|
||||
</p>
|
||||
<p />
|
||||
</div>
|
||||
<nav>
|
||||
<ul>
|
||||
|
@ -12,12 +12,10 @@ exports[`NotFoundTemplate renders correctly 1`] = `
|
||||
<a
|
||||
href="/"
|
||||
>
|
||||
John Doe
|
||||
Rick van Lieshout
|
||||
</a>
|
||||
</h2>
|
||||
<p>
|
||||
Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu.
|
||||
</p>
|
||||
<p />
|
||||
</div>
|
||||
<nav>
|
||||
<ul>
|
||||
|
@ -12,12 +12,10 @@ exports[`PageTemplate renders correctly 1`] = `
|
||||
<a
|
||||
href="/"
|
||||
>
|
||||
John Doe
|
||||
Rick van Lieshout
|
||||
</a>
|
||||
</h2>
|
||||
<p>
|
||||
Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu.
|
||||
</p>
|
||||
<p />
|
||||
</div>
|
||||
<nav>
|
||||
<ul>
|
||||
|
@ -32,16 +32,13 @@ exports[`PostTemplate renders correctly 1`] = `
|
||||
</div>
|
||||
<div>
|
||||
<p>
|
||||
Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu.
|
||||
Written by:
|
||||
<a
|
||||
href="https://www.twitter.com/#"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
href="/pages/about"
|
||||
>
|
||||
<strong>
|
||||
John Doe
|
||||
Rick van Lieshout
|
||||
</strong>
|
||||
on Twitter
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
|
@ -12,12 +12,10 @@ exports[`TagTemplate renders correctly 1`] = `
|
||||
<a
|
||||
href="/"
|
||||
>
|
||||
John Doe
|
||||
Rick van Lieshout
|
||||
</a>
|
||||
</h2>
|
||||
<p>
|
||||
Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu.
|
||||
</p>
|
||||
<p />
|
||||
</div>
|
||||
<nav>
|
||||
<ul>
|
||||
|
@ -12,12 +12,10 @@ exports[`TagsTemplate renders correctly 1`] = `
|
||||
<a
|
||||
href="/"
|
||||
>
|
||||
John Doe
|
||||
Rick van Lieshout
|
||||
</a>
|
||||
</h2>
|
||||
<p>
|
||||
Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu.
|
||||
</p>
|
||||
<p />
|
||||
</div>
|
||||
<nav>
|
||||
<ul>
|
||||
|
Loading…
Reference in New Issue
Block a user