From 5cf6ed179732b6bf60e9163919e4828f3ce8b7ef Mon Sep 17 00:00:00 2001 From: Peter van der Zee <209817+pvdz@users.noreply.github.com> Date: Tue, 10 Dec 2019 16:35:46 +0100 Subject: [PATCH] chore(gatsby-plugin-mdx): stop using "babylon" as parser in test (#20041) --- packages/gatsby-plugin-mdx/loaders/mdx-loader.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-mdx/loaders/mdx-loader.test.js b/packages/gatsby-plugin-mdx/loaders/mdx-loader.test.js index b667d8e3751be..d646833475e3c 100644 --- a/packages/gatsby-plugin-mdx/loaders/mdx-loader.test.js +++ b/packages/gatsby-plugin-mdx/loaders/mdx-loader.test.js @@ -57,7 +57,7 @@ const fixtures = c describe(`mdx-loader`, () => { expect.addSnapshotSerializer({ print(val /*, serialize */) { - return prettier.format(val, { parser: `babylon` }) + return prettier.format(val, { parser: `babel` }) }, test() { return true