api tests should require vscode.d.ts from source

This commit is contained in:
Johannes Rieken
2017-01-20 09:53:51 +01:00
parent 05c239f2c6
commit c8adfcc3f9

View File

@@ -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;