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