mirror of
https://github.com/bendtherules/react-to-markdown.git
synced 2026-08-18 13:53:11 +00:00
6 lines
126 B
TypeScript
6 lines
126 B
TypeScript
import * as index from '../src/index';
|
|
|
|
test('Should have render available', () => {
|
|
expect(index.render).toBeTruthy();
|
|
});
|