Skip to content

Commit de64ca0

Browse files
committed
upd
1 parent 111e126 commit de64ca0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/project_config/project_config.spec.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,6 @@ describe('createProjectConfig - flag variations', () => {
253253
});
254254

255255
describe('createProjectConfig - cmab experiments', () => {
256-
let configObj: ProjectConfig;
257-
258256
it('should populate cmab field correctly', function() {
259257
const datafile = testDatafile.getTestProjectConfig();
260258
datafile.experiments[0].cmab = {
@@ -265,7 +263,7 @@ describe('createProjectConfig - cmab experiments', () => {
265263
attributes: ['808797689'],
266264
};
267265

268-
configObj = projectConfig.createProjectConfig(datafile);
266+
const configObj = projectConfig.createProjectConfig(datafile);
269267

270268
const experiment0 = configObj.experiments[0];
271269
expect(experiment0.cmab).toEqual({

0 commit comments

Comments
 (0)