Skip to content

Commit

Permalink
fix server tests
Browse files Browse the repository at this point in the history
  • Loading branch information
miherlosev committed May 16, 2023
1 parent c76c1ed commit f7c47d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/server/cli-remote-wizard-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const proxyquire = require('proxyquire');
const sinon = require('sinon');
const { constructor: Chalk } = require('chalk');
const { noop } = require('lodash');
const { configurationMock } = require('./helpers/mocks');


describe('[CLI] Remote wizard', () => {
Expand All @@ -21,6 +22,8 @@ describe('[CLI] Remote wizard', () => {

initializeBrowserConnectionGateway: noop,

configuration: configurationMock,

createBrowserConnection: () => {
const connection = new EventEmitter();

Expand Down

0 comments on commit f7c47d7

Please sign in to comment.