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

6 lines
128 B
TypeScript

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