Repository URL to install this package:
|
Version:
2.0.1 ▾
|
import 'jest'
import OneStorage from '../src'
/**
* @todo
*/
describe.skip('persistence: browser', () => {
it('should work with window', () => {
OneStorage.set('eh', 1)
})
})