Repository URL to install this package:
|
Version:
0.0.6 ▾
|
import * as exported from '../index'
describe('exports', () => {
it('should match snapshot', () => {
expect(exported).toMatchSnapshot()
})
})