UNPKG

jslib-plugin-unit-jest

Version:
10 lines (8 loc) 211 B
<%_ if (hasTS) { _%> import { hello } from '../../src/index' describe('index.js', (): void => { it('should return `Hello world!`', (): void => { expect(hello()).toBe('Hello world!') }) }) <%_ } _%>