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';
3
3
import * as glob from 'glob' ;
4
4
5
5
export function run ( ) : Promise < void > {
6
- if ( ( Reflect as any ) . metadata === undefined ) {
7
- require ( 'reflect-metadata' ) ;
8
- }
9
-
10
6
process . env . VSC_PYTHON_UNIT_TEST = '1' ;
11
7
// Create the mocha test
12
8
const mocha = new Mocha ( {
Original file line number Diff line number Diff line change @@ -14,10 +14,6 @@ if (os.platform() === 'win32') {
14
14
} ) ;
15
15
}
16
16
17
- if ( ( Reflect as any ) . metadata === undefined ) {
18
- require ( 'reflect-metadata' ) ;
19
- }
20
-
21
17
process . env . VSC_PYTHON_CI_TEST = '1' ;
22
18
process . env . VSC_PYTHON_UNIT_TEST = '1' ;
23
19
process . 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