/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // import * as should from 'should'; // import { searchForCmd as searchForExe } from '../../common/utils'; // describe('utils', function () { // describe('searchForExe', function (): void { // it('finds exe successfully', async function (): Promise { // await searchForExe('node'); // }); // it('throws for non-existent exe', async function (): Promise { // await should(searchForExe('someFakeExe')).be.rejected(); // }); // }); // });