We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 947d13b commit 09e0027Copy full SHA for 09e0027
packages/@webex/plugin-meetings/test/unit/spec/meeting/utils.js
@@ -990,7 +990,7 @@ describe('plugin-meetings', () => {
990
{functionName: 'showAutoEndMeetingWarning', displayHint: 'SHOW_AUTO_END_MEETING_WARNING'},
991
].forEach(({functionName, displayHint}) => {
992
describe(functionName, () => {
993
- it.only('works as expected', () => {
+ it('works as expected', () => {
994
assert.deepEqual(MeetingUtil[functionName]([displayHint]), true);
995
assert.deepEqual(MeetingUtil[functionName]([]), false);
996
});
0 commit comments