We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b30714d commit 40ac13dCopy full SHA for 40ac13d
packages/mdx/lib/__tests__/shiki.test.mjs
@@ -3,7 +3,7 @@ import { mock, it, describe } from 'node:test';
3
4
import { SKIP } from 'unist-util-visit';
5
6
-mock.module('classNames', {
+mock.module('classnames', {
7
defaultExport: (...args) => args.filter(Boolean).join(' '),
8
});
9
0 commit comments