Skip to content

Commit 40ac13d

Browse files
committed
fix typo
1 parent b30714d commit 40ac13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mdx/lib/__tests__/shiki.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { mock, it, describe } from 'node:test';
33

44
import { SKIP } from 'unist-util-visit';
55

6-
mock.module('classNames', {
6+
mock.module('classnames', {
77
defaultExport: (...args) => args.filter(Boolean).join(' '),
88
});
99

0 commit comments

Comments
 (0)