Skip to content

Commit

Permalink
Update jest-transform-mdx.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rileylnapier authored Mar 27, 2020
1 parent b2280af commit 4f92dce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/docs/jest-transform-mdx.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const { ScriptTransformer } = require('@jest/transform');
const { dedent } = require('ts-dedent');

const createCompiler = require('./mdx-compiler-plugin');

const compilers = [createCompiler({})];

module.exports = {
Expand Down

0 comments on commit 4f92dce

Please sign in to comment.