Skip to content

Commit

Permalink
eslint fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-pro committed Oct 27, 2023
1 parent c8dc307 commit e3f3cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ gulp.step('test-client-travis-mobile-run', () => {
// NOTE: Test server on Android Emulator 7.1 and later can be accessed only via hostname.
// We are forced to add this variable to say the 'qunit-harness' module uses the hostname for the test server URL.
// https://github.com/AlexanderMoskovkin/qunit-harness/blob/master/src/index.js#L119
process.env.TRAVIS = true
process.env.TRAVIS = true;

const saucelabsSettings = CLIENT_TESTS_SAUCELABS_SETTINGS;

Expand Down

0 comments on commit e3f3cda

Please sign in to comment.