mirror of
https://github.com/bendtherules/react-to-markdown.git
synced 2026-08-18 22:03:20 +00:00
Clean - Remove useless scaffolded files + Fix index export
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
import { Greeter } from '../src/greeter';
|
||||
|
||||
test('Should greet with message', () => {
|
||||
const greeter = new Greeter('friend');
|
||||
expect(greeter.greet()).toBe('Bonjour, friend!');
|
||||
});
|
||||
@@ -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