UNPKG

react-preset-typescript

Version:
8 lines (6 loc) 140 B
import { echo } from './index' describe('echo', () => { it('echo inputs', () => { expect(echo('hello')).toBe('hello') }) })