File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ test-data:
35
35
mkdir -p $(tempDir )
36
36
git clone -b ${branchName} --depth 1 --single-branch ${githubRepoLink} ${gitDataDir}
37
37
cp -r ${gitDataDir} ufc ${testDataDir}
38
- cp -r ${gitDataDir} configuration-wire ${testDataDir}
38
+ mkdir -p ${testDataDir} configuration-wire
39
+ cp -r ${gitDataDir} configuration-wire/* .json ${testDataDir} /configuration-wire
39
40
rm -rf ${tempDir}
40
41
41
42
# # prepare
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import { AttributeType } from '@eppo/js-client-sdk-common';
12
12
import { BanditActions } from ' @eppo/js-client-sdk-common' ;
13
13
import { BanditSubjectAttributes } from ' @eppo/js-client-sdk-common' ;
14
14
import { ContextAttributes } from ' @eppo/js-client-sdk-common' ;
15
+ import { EppoAssignmentLogger } from ' @eppo/js-client-sdk-common' ;
15
16
import { EppoClient } from ' @eppo/js-client-sdk-common' ;
16
17
import { EppoPrecomputedClient } from ' @eppo/js-client-sdk-common' ;
17
18
import { EventDispatcher } from ' @eppo/js-client-sdk-common' ;
@@ -55,6 +56,8 @@ export class ChromeStorageEngine implements IStringStorageEngine {
55
56
56
57
export { ContextAttributes }
57
58
59
+ export { EppoAssignmentLogger }
60
+
58
61
// @public
59
62
export class EppoJSClient extends EppoClient {
60
63
// (undocumented)
You can’t perform that action at this time.
0 commit comments