Skip to content

Commit

Permalink
chore(gatsby-plugin-mdx): stop using "babylon" as parser in test (#20041
Browse files Browse the repository at this point in the history
)
  • Loading branch information
pvdz authored and GatsbyJS Bot committed Dec 10, 2019
1 parent 866c7dd commit 5cf6ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-mdx/loaders/mdx-loader.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5cf6ed1

Please sign in to comment.