UNPKG

@launchdarkly/js-server-sdk-common-edge

Version:
13 lines 344 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const mockFeatureStore = { all: jest.fn(), close: jest.fn(), init: jest.fn(), initialized: jest.fn(), upsert: jest.fn(), get: jest.fn(), delete: jest.fn(), }; exports.default = mockFeatureStore; //# sourceMappingURL=mockFeatureStore.js.map