mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
api tests should require vscode.d.ts from source
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
/// <reference path="../../../src/vs/vscode.d.ts" />
|
||||
|
||||
//
|
||||
// PLEASE DO NOT MODIFY / DELETE UNLESS YOU KNOW WHAT YOU ARE DOING
|
||||
//
|
||||
@@ -25,4 +27,4 @@ testRunner.configure({
|
||||
timeout: 10000
|
||||
});
|
||||
|
||||
export = testRunner;
|
||||
export = testRunner;
|
||||
|
||||
Reference in New Issue
Block a user