Skip to content

Commit 785fa65

Browse files
Catalinsreenara
authored andcommitted
feat(metrics): fix unit test
1 parent a4d071d commit 785fa65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/@webex/webex-core/test/unit/spec/webex-core.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import sinon from 'sinon';
77
import WebexCore, {MemoryStoreAdapter, registerPlugin, WebexPlugin} from '@webex/webex-core';
88
import {set} from 'lodash';
99
import {version} from '@webex/webex-core/package';
10+
// TODO: fix circular dependency core->metrics->core https://jira-eng-gpk2.cisco.com/jira/browse/SPARK-515520
11+
require('@webex/internal-plugin-metrics');
1012

1113
describe('Webex', () => {
1214
let webex;

0 commit comments

Comments
 (0)