import { expect } from 'chai' import * as MDX from '../../src/utils/mdx' describe('MDX test casing\n_______________', () => { it('Fetches a local MDX file', async () => { }) it('Converts an MDX string to HTML - `stringToMDX`', async () => { const result = await MDX.stringToMDX('# hi!') expect(result).includes('