Skip to content

Commit 76369ec

Browse files
Todd AndersonTodd Anderson
Todd Anderson
authored and
Todd Anderson
committed
chore: more minor compilation tweaks
1 parent a827f5e commit 76369ec

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/sdk/fastly/__tests__/utils/mockFeatureStore.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const mockFeatureStore: LDFeatureStore = {
88
upsert: jest.fn(),
99
get: jest.fn(),
1010
delete: jest.fn(),
11+
applyChanges: jest.fn(),
1112
};
1213

1314
export default mockFeatureStore;

packages/shared/sdk-server/src/store/PersistentDataStoreWrapper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { internal } from '@launchdarkly/js-sdk-common';
2+
23
import {
34
DataKind,
45
PersistentDataStore,

0 commit comments

Comments
 (0)