Skip to content

Commit

Permalink
gatsby-remark-custom-blocks: disable plugin tests
Browse files Browse the repository at this point in the history
There is no version of `remark-custom-blocks` that is compatible with remark v13 yet. See zestedesavoir/zmarkdown#416
  • Loading branch information
vladar committed Feb 23, 2021
1 parent 765f18c commit ca18fbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/gatsby-remark-custom-blocks/src/__tests__/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ const Remark = require(`remark`)
const find = require(`unist-util-find`)
const plugin = require(`../index`)

describe(`gatsby-remark-custom-blocks`, () => {
// TODO: re-enable when https://github.com/zestedesavoir/zmarkdown/issues/416 is done
describe.skip(`gatsby-remark-custom-blocks`, () => {
let remark

beforeEach(() => {
Expand Down

0 comments on commit ca18fbe

Please sign in to comment.