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/persistence / __tests__ / browser.test.ts
Size: Mime:
import 'jest'
import OneStorage from '../src'

/**
 * @todo
 */
describe.skip('persistence: browser', () => {
  it('should work with window', () => {
    OneStorage.set('eh', 1)
  })
})