Repository URL to install this package:
|
Version:
1.0.10 ▾
|
import 'jest'
import * as application from '../src'
describe('application/state', () => {
it('should export matching the snapshot', () => {
expect(application).toMatchSnapshot()
})
})