Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Apr 15, 2020
1 parent 008eb99 commit 71c8bbb
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 82 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { mdx } from "@mdx-js/react";
export const _frontmatter = {};
const makeShortcode = name =>
const makeShortcode = (name) =>
function MDXDefaultShortcode(props) {
console.warn(
"Component " +
Expand All @@ -19,7 +19,7 @@ const makeShortcode = name =>
};
const layoutProps = {
_frontmatter
_frontmatter,
};
const MDXLayout = "wrapper";
export default function MDXContent({ components, ...props }) {
Expand Down Expand Up @@ -49,10 +49,10 @@ import { mdx } from "@mdx-js/react";
export const _frontmatter = {
one: "two",
three: 4,
array: [1, 2, 3]
array: [1, 2, 3],
};
const makeShortcode = name =>
const makeShortcode = (name) =>
function MDXDefaultShortcode(props) {
console.warn(
"Component " +
Expand All @@ -63,7 +63,7 @@ const makeShortcode = name =>
};
const layoutProps = {
_frontmatter
_frontmatter,
};
const MDXLayout = "wrapper";
export default function MDXContent({ components, ...props }) {
Expand Down Expand Up @@ -93,10 +93,10 @@ import { mdx } from "@mdx-js/react";
export const _frontmatter = {
one: "two",
three: 4,
array: [1, 2, 3]
array: [1, 2, 3],
};
const makeShortcode = name =>
const makeShortcode = (name) =>
function MDXDefaultShortcode(props) {
console.warn(
"Component " +
Expand All @@ -107,7 +107,7 @@ const makeShortcode = name =>
};
const layoutProps = {
_frontmatter
_frontmatter,
};
const MDXLayout = ({ children, ...props }) => <div>{children}</div>;
Expand Down Expand Up @@ -137,15 +137,15 @@ import { mdx } from "@mdx-js/react";
/* @jsx mdx */
export const meta = {
author: "chris"
author: "chris",
};
export const _frontmatter = {
one: "two",
three: 4,
array: [1, 2, 3]
array: [1, 2, 3],
};
const makeShortcode = name =>
const makeShortcode = (name) =>
function MDXDefaultShortcode(props) {
console.warn(
"Component " +
Expand All @@ -157,7 +157,7 @@ const makeShortcode = name =>
const layoutProps = {
meta,
_frontmatter
_frontmatter,
};
const MDXLayout = ({ children, ...props }) => <div>{children}</div>;
Expand Down Expand Up @@ -187,15 +187,15 @@ import { mdx } from "@mdx-js/react";
/* @jsx mdx */
export const meta = {
author: "chris"
author: "chris",
};
export const _frontmatter = {
one: "two",
three: 4,
array: [1, 2, 3]
array: [1, 2, 3],
};
const makeShortcode = name =>
const makeShortcode = (name) =>
function MDXDefaultShortcode(props) {
console.warn(
"Component " +
Expand All @@ -207,7 +207,7 @@ const makeShortcode = name =>
const layoutProps = {
meta,
_frontmatter
_frontmatter,
};
const MDXLayout = "wrapper";
export default function MDXContent({ components, ...props }) {
Expand Down Expand Up @@ -236,7 +236,7 @@ import { mdx } from "@mdx-js/react";
export const _frontmatter = {};
const makeShortcode = name =>
const makeShortcode = (name) =>
function MDXDefaultShortcode(props) {
console.warn(
"Component " +
Expand All @@ -247,7 +247,7 @@ const makeShortcode = name =>
};
const layoutProps = {
_frontmatter
_frontmatter,
};
const MDXLayout = ({ children, ...props }) => <div>{children}</div>;
Expand Down Expand Up @@ -277,11 +277,11 @@ import { mdx } from "@mdx-js/react";
/* @jsx mdx */
export const meta = {
author: "chris"
author: "chris",
};
export const _frontmatter = {};
const makeShortcode = name =>
const makeShortcode = (name) =>
function MDXDefaultShortcode(props) {
console.warn(
"Component " +
Expand All @@ -293,7 +293,7 @@ const makeShortcode = name =>
const layoutProps = {
meta,
_frontmatter
_frontmatter,
};
const MDXLayout = ({ children, ...props }) => <div>{children}</div>;
Expand Down Expand Up @@ -323,11 +323,11 @@ import { mdx } from "@mdx-js/react";
/* @jsx mdx */
export const meta = {
author: "chris"
author: "chris",
};
export const _frontmatter = {};
const makeShortcode = name =>
const makeShortcode = (name) =>
function MDXDefaultShortcode(props) {
console.warn(
"Component " +
Expand All @@ -339,7 +339,7 @@ const makeShortcode = name =>
const layoutProps = {
meta,
_frontmatter
_frontmatter,
};
const MDXLayout = "wrapper";
export default function MDXContent({ components, ...props }) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,25 @@ Object {
`;

exports[`gatsby-plugin-sharp duotone fixed 1`] = `
Object {
"aspectRatio": 1,
"base64": undefined,
"density": 72,
"originalImg": "/static/1234/7e516/test.png",
"originalName": "test.png",
"presentationHeight": 100,
"presentationWidth": 100,
"sizes": "(max-width: 100px) 100vw, 100px",
"src": "/static/1234/7e516/test.png",
"srcSet": "/static/1234/7991c/test.png 25w,
/static/1234/a1812/test.png 50w,
/static/1234/7e516/test.png 100w",
"srcSetType": "image/png",
"tracedSVG": "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='100'%20height='100'%20viewBox='0%200%20100%20100'%20preserveAspectRatio='none'%3e%3cpath%20d='M41%2024c-18%207-24%2029-11%2043%2015%2017%2044%208%2046-15%201-19-17-34-35-28'%20fill='red'%20fill-rule='evenodd'/%3e%3c/svg%3e",
}
`;

exports[`gatsby-plugin-sharp duotone fixed 2`] = `
Object {
"aspectRatio": 1,
"base64": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAACXBIWXMAAAPoAAAD6AG1e1JrAAABk0lEQVQ4y7VUy07DMBDsf9IDhcauaVM4IajUIuALOFRI/R24wB8AgkpInJKI9ME5zDi24rx5HjZKvOP17Hg2neh8nNjo8CGESGL7sbpwMvrlaepriF4J3dQLMlsXvzbVFCKHLJ3J8+5PRxqlF0OzleFLkSG7Xrp4faiyRaI/Lgs13QhNVB5uCUyUTDyUloidvkjezvyMEB8B4uZkqAHCiR44bYtCcecSirD5XQDmIGzVjOrEiJo4fhvY2jWTG3C6g/TLmZ+8VwEJekWy20+loUSzA5kDp15BKJmXhmD6Iqcjtep5eSArk0ZQPPpqPNAaWiBpbKt0pLgEU2xuIOewTh7rmFWFRH9/M78uaG8yNuox4oYbbrQEhaI4HKEh7mvfS2OE98WR0r6P26zj2ofW5rWowlzY2WduAQxZ14odmNZuMWA0h6wo5pplDxj+MrgnqDM3W32E/QYNxaxN2f7ztNx6qWUCOC3H+F/Y35EU2XCw3QkGhBrHX/WXLbwG4wewoAwMst84t/0jH4ZG36DFLv9m7E/1HjvIa/canAAAAABJRU5ErkJggg==",
Expand Down
Loading

0 comments on commit 71c8bbb

Please sign in to comment.