📄 BlockMath.spec.js
/home/palash/git/site/node_modules/react-katex/tests/components/BlockMath.spec.js
Language: js • Lines: 8
import { BlockMath } from '../../src';
import sharedExamples from '../sharedExamples';

describe('BlockMath', function () {
  sharedExamples(BlockMath, {
    displayMode: true,
  });
});