Skip to content

Commit 111e126

Browse files
committed
remove only
1 parent d050286 commit 111e126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/project_config/project_config.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ describe('createProjectConfig - flag variations', () => {
255255
describe('createProjectConfig - cmab experiments', () => {
256256
let configObj: ProjectConfig;
257257

258-
it.only('should populate cmab field correctly', function() {
258+
it('should populate cmab field correctly', function() {
259259
const datafile = testDatafile.getTestProjectConfig();
260260
datafile.experiments[0].cmab = {
261261
attributes: ['808797688', '808797689'],

0 commit comments

Comments
 (0)