Skip to content

Commit

Permalink
test: ensure at least one installation was found
Browse files Browse the repository at this point in the history
  • Loading branch information
knksmith57 committed Oct 25, 2019
1 parent 16cea05 commit fb74c30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/chrome-launcher-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ describe('Launcher', () => {
it('searches for available installations', async () => {
const installations = Launcher.getInstallations();
assert.ok(Array.isArray(installations));
assert.ok(installations.length >= 1);
});

it('removes --user-data-dir if userDataDir is false', async () => {
Expand Down

0 comments on commit fb74c30

Please sign in to comment.