File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,6 @@ import * as Mocha from 'mocha';
33import * as glob from 'glob' ;
44
55export function run ( ) : Promise < void > {
6- if ( ( Reflect as any ) . metadata === undefined ) {
7- require ( 'reflect-metadata' ) ;
8- }
9-
106 process . env . VSC_PYTHON_UNIT_TEST = '1' ;
117 // Create the mocha test
128 const mocha = new Mocha ( {
Original file line number Diff line number Diff line change @@ -14,10 +14,6 @@ if (os.platform() === 'win32') {
1414 } ) ;
1515}
1616
17- if ( ( Reflect as any ) . metadata === undefined ) {
18- require ( 'reflect-metadata' ) ;
19- }
20-
2117process . env . VSC_PYTHON_CI_TEST = '1' ;
2218process . env . VSC_PYTHON_UNIT_TEST = '1' ;
2319process . env . NODE_ENV = 'production' ; // Make sure react is using production bits or we can run out of memory.
You can’t perform that action at this time.
0 commit comments