removes dummy test

This commit is contained in:
Hank Stoever
2019-08-29 13:55:26 -07:00
parent 1bc2b15de3
commit cdab2bf62c

View File

@@ -1,6 +0,0 @@
import demo from '../lib'
test('first test', async () => {
const result = demo()
expect(result).toEqual('hello, world')
})