mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
migrate github-extension to ESM
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import * as path from 'path';
|
||||
import * as testRunner from '../../../../test/integration/electron/testrunner';
|
||||
import * as testRunner from '../../../../test/integration/electron/testrunner.js';
|
||||
|
||||
const suite = 'Github Tests';
|
||||
|
||||
@@ -27,4 +27,4 @@ if (process.env.BUILD_ARTIFACTSTAGINGDIRECTORY) {
|
||||
|
||||
testRunner.configure(options);
|
||||
|
||||
export = testRunner;
|
||||
export default testRunner;
|
||||
|
||||
Reference in New Issue
Block a user