UNPKG

606 BJavaScriptView Raw
1jest.mock('../objectCache', function () {
2 var _a = require('../mapCache'), MapCache = _a.MapCache, mapNormalizedCacheFactory = _a.mapNormalizedCacheFactory;
3 return {
4 ObjectCache: MapCache,
5 defaultNormalizedCacheFactory: mapNormalizedCacheFactory,
6 };
7});
8describe('MapCache', function () {
9 require('./objectCache');
10 require('./cache');
11 require('./diffAgainstStore');
12 require('./fragmentMatcher');
13 require('./readFromStore');
14 require('./diffAgainstStore');
15 require('./roundtrip');
16 require('./writeToStore');
17});
18//# sourceMappingURL=mapCache.js.map
\No newline at end of file