This commit is contained in:
18
node_modules/apollo-cache-inmemory/lib/__tests__/mapCache.js
generated
vendored
Normal file
18
node_modules/apollo-cache-inmemory/lib/__tests__/mapCache.js
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
jest.mock('../objectCache', function () {
|
||||
var _a = require('../mapCache'), MapCache = _a.MapCache, mapNormalizedCacheFactory = _a.mapNormalizedCacheFactory;
|
||||
return {
|
||||
ObjectCache: MapCache,
|
||||
defaultNormalizedCacheFactory: mapNormalizedCacheFactory,
|
||||
};
|
||||
});
|
||||
describe('MapCache', function () {
|
||||
require('./objectCache');
|
||||
require('./cache');
|
||||
require('./diffAgainstStore');
|
||||
require('./fragmentMatcher');
|
||||
require('./readFromStore');
|
||||
require('./diffAgainstStore');
|
||||
require('./roundtrip');
|
||||
require('./writeToStore');
|
||||
});
|
||||
//# sourceMappingURL=mapCache.js.map
|
||||
Reference in New Issue
Block a user