Hint enabling cache if not already enabled.
This commit is contained in:
9
src/model/cache.test.js
Normal file
9
src/model/cache.test.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import Cache from './cache';
|
||||
|
||||
describe('Cache', () => {
|
||||
describe('Verification', () => {
|
||||
it('does not throw', () => {
|
||||
expect(() => Cache.verify()).not.toThrow();
|
||||
});
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user