AI_Assistant/node_modules/vscode-test/out/index.js

11 lines
614 B
JavaScript

"use strict";
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
Object.defineProperty(exports, "__esModule", { value: true });
var download_1 = require("./download");
exports.downloadAndUnzipVSCode = download_1.downloadAndUnzipVSCode;
var runTest_1 = require("./runTest");
exports.runTests = runTest_1.runTests;