Support global marks which select a tab
This commit is contained in:
parent
6e6e306275
commit
003742ec51
11 changed files with 179 additions and 4 deletions
|
@ -1,8 +1,6 @@
|
|||
import MemoryStorage from 'background/infrastructures/memory-storage';
|
||||
|
||||
describe("background/infrastructures/memory-storage", () => {
|
||||
let versionRepository;
|
||||
|
||||
it('stores values', () => {
|
||||
let cache = new MemoryStorage();
|
||||
cache.set('number', 123);
|
||||
|
|
Reference in a new issue