Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/utils / __tests__ / utils.test.ts
Size: Mime:
import 'jest'
import * as application from '../src'

describe('application/state', () => {
  it('should export matching the snapshot', () => {
    expect(application).toMatchSnapshot()
  })
})