diff --git a/packages/@webex/plugin-authorization-browser-first-party/test/unit/spec/authorization.js b/packages/@webex/plugin-authorization-browser-first-party/test/unit/spec/authorization.js index f9a6d6094cd..45bfee6105c 100644 --- a/packages/@webex/plugin-authorization-browser-first-party/test/unit/spec/authorization.js +++ b/packages/@webex/plugin-authorization-browser-first-party/test/unit/spec/authorization.js @@ -14,7 +14,6 @@ import {base64, patterns} from '@webex/common'; import {merge, times} from 'lodash'; import CryptoJS from 'crypto-js'; import Authorization from '@webex/plugin-authorization-browser-first-party'; -import {EventEmitter} from 'events'; // Necessary to require lodash this way in order to stub the method const lodash = require('lodash');