Skip to content

Commit d6691e3

Browse files
Ankit098francisf
authored andcommitted
chore: format files correctly
1 parent c1cf191 commit d6691e3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

conf/local-test.conf.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
const { config: baseConfig }= require("./base.conf.js");
1+
const { config: baseConfig } = require("./base.conf.js");
22

33
const localConfig = {
44
// Adding browserstackLocal to browserstack-service to initiate local binary
5-
services: [['@browserstack/wdio-browserstack-service', { browserstackLocal: true, forcelocal: false }]],
5+
services: [['@browserstack/wdio-browserstack-service', { browserstackLocal: true, forcelocal: false }]],
66
capabilities: [{
77
browserName: 'chrome',
88
build: 'browserstack-build-1'
99
}],
1010
specs: ['./tests/specs/local_test.js']
1111
};
1212

13-
exports.config = {...baseConfig, ...localConfig};
13+
exports.config = { ...baseConfig, ...localConfig };

tests/specs/local_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
describe('BrowserStack Local Testing', ()=> {
1+
describe('BrowserStack Local Testing', () => {
22
it('can check tunnel working', async () => {
33
await browser.url('http://bs-local.com:45691/check');
44
(await browser.getPageSource()).should.match(/Up and running/i);

0 commit comments

Comments
 (0)