Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
johno committed Oct 20, 2020
1 parent 5608c5f commit c98bcec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions packages/mdx/test/index.test.js
Expand Up @@ -50,7 +50,8 @@ it('Should match sample blog post snapshot', async () => {
const result = await mdx(`# Hello World`)

expect(prettier.format(result, {parser: 'babel'})).toMatchInlineSnapshot(`
"/* @jsx mdx */
"/* @jsxRuntime classic */
/* @jsx mdx */
const layoutProps = {};
const MDXLayout = \\"wrapper\\";
Expand Down Expand Up @@ -323,7 +324,8 @@ test('Should handle layout props', () => {
const result = mdx.sync(fixtureBlogPost)

expect(result).toMatchInlineSnapshot(`
"/* @jsx mdx */
"/* @jsxRuntime classic */
/* @jsx mdx */
import { Baz } from './Fixture'
import { Buz } from './Fixture'
export const foo = {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Expand Up @@ -7636,7 +7636,7 @@ caniuse-api@^3.0.0:
lodash.memoize "^4.1.2"
lodash.uniq "^4.5.0"

caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000844, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001035, caniuse-lite@^1.0.30001093, caniuse-lite@^1.0.30001097, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001113:
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000844, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001035, caniuse-lite@^1.0.30001093, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001113:
version "1.0.30001131"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001131.tgz#afad8a28fc2b7a0d3ae9407e71085a0ead905d54"
integrity sha512-4QYi6Mal4MMfQMSqGIRPGbKIbZygeN83QsWq1ixpUwvtfgAZot5BrCKzGygvZaV+CnELdTwD0S4cqUNozq7/Cw==
Expand Down Expand Up @@ -8209,7 +8209,7 @@ color@^3.0.0:
color-convert "^1.9.1"
color-string "^1.5.2"

colorette@^1.1.0, colorette@^1.2.0, colorette@^1.2.1:
colorette@^1.1.0, colorette@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.1.tgz#4d0b921325c14faf92633086a536db6e89564b1b"
integrity sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw==
Expand Down

2 comments on commit c98bcec

@vercel
Copy link

@vercel vercel bot commented on c98bcec Oct 20, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ykzts
Copy link
Contributor

@ykzts ykzts commented on c98bcec Oct 20, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@johno 🙇

Please sign in to comment.