Skip to content

Commit

Permalink
test(webex): fix failing integration tests (#3436)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarajes2 authored Mar 18, 2024
1 parent 9708fed commit 3b4c8f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/@webex/plugin-meetings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"build:src": "webex-legacy-tools build -dest \"./dist\" -src \"./src\" -js -ts -maps && yarn build",
"deploy:npm": "yarn npm publish",
"test:broken": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser:broken": "webex-legacy-tools test --integration --unit --runner karma",
"test:browser": "webex-legacy-tools test --integration --runner karma",
"test:integration:broken": "webex-legacy-tools test --integration --runner mocha",
"test:style": "eslint ./src/**/*.*",
"test:unit:broken": "webex-legacy-tools test --unit --runner mocha"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {createCameraStream, createDisplayStream, createMicrophoneStream, LocalTr

import testUtils from '../../utils/testUtils';
import integrationTestUtils from '../../utils/integrationTestUtils';
import {EVENT_TRIGGERS} from '../../../src/constants';
import {EVENT_TRIGGERS} from '../../../dist/constants';

require('dotenv').config();

Expand Down

0 comments on commit 3b4c8f4

Please sign in to comment.