Skip to content

Commit

Permalink
Linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Sep 19, 2019
1 parent ccd34dc commit 8b15dba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions uitests/src/setup/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

import { spawnSync } from 'child_process';
import { HookScenarioResult, pickle } from 'cucumber';
import * as fs from 'fs-extra';
import * as path from 'path';
import { uitestsRootPath } from '../constants';
import { sleep } from '../helpers';
import { debug } from '../helpers/logger';
import { IApplication } from '../types';
import { uitestsRootPath } from '../constants';
import * as fs from 'fs-extra';

/**
* Dismiss messages that are not required.
Expand Down Expand Up @@ -99,7 +99,6 @@ export function getGitRepo(tags: pickle.Tag[]): { url: string; subDirectory?: st
};
}


/**
* Gets the path to the folder that contains the source for the test.
*
Expand Down

0 comments on commit 8b15dba

Please sign in to comment.