eclipsesource / eclipsesource/tabris-js
Provide LocalStorage/SecureStorage fakes
Open
feature
js
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 171
- PR merge metrics
- No merged PRs in 30d
Description
### Problem description
The LocalStorage API may be used in an implementation under tests. In this case it would be convenient to be able to replace LocalStorage by a fake for the tests that works just like the real LocalStorage, but without a client. A fake like this can be especially advantageous for BDD-style testing.
### Environment
- Tabris.js version: 3.x
Contributor guide
Assessment
This issue has not been assessed yet.