js
import { BlockMath } from '../../src'; import sharedExamples from '../sharedExamples'; describe('BlockMath', function () { sharedExamples(BlockMath, { displayMode: true, }); });