Files
react-to-markdown/__tests__/index-spec.ts
T

6 lines
126 B
TypeScript

import * as index from '../src/index';
test('Should have render available', () => {
expect(index.render).toBeTruthy();
});