mirror of
https://github.com/bendtherules/react-to-markdown.git
synced 2026-08-18 13:53:11 +00:00
Clean - Remove useless scaffolded files + Fix index export
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import * as index from '../src/index';
|
||||
|
||||
test('Should have Greeter available', () => {
|
||||
expect(index.Greeter).toBeTruthy();
|
||||
test('Should have render available', () => {
|
||||
expect(index.render).toBeTruthy();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user