Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 607d868

Browse files
committed
use main package imports for tests
1 parent 7674810 commit 607d868

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/dynamodb_stores-test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1+
const { DynamoDBBigSegmentStore, DynamoDBFeatureStore } = require('../index');
12
const {
2-
DynamoDBBigSegmentStore,
33
keyMetadata,
44
keyUserData,
55
attrSyncTime,
66
attrIncluded,
77
attrExcluded,
88
} = require('../dynamodb_big_segment_store');
9-
const DynamoDBFeatureStore = require('../dynamodb_feature_store');
109
const { batchWrite, optionalPrefix, paginationHelper } = require('../dynamodb_helpers');
1110
const dataKind = require('launchdarkly-node-server-sdk/versioned_data_kind');
1211
const {

0 commit comments

Comments
 (0)