Repository URL to install this package:
Version:
0.0.2 ▾
|
import 'jest'
import * as dist from '../index'
describe('dist', () => {
test('compiled dist should work', () => {
expect(typeof dist.default).toBe('function')
})
})