Skip to content

Commit 4a04544

Browse files
committed
More fixes
1 parent d214761 commit 4a04544

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/test/unittest/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ import * as Mocha from 'mocha';
33
import * as glob from 'glob';
44

55
export 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({

src/test/unittests.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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-
2117
process.env.VSC_PYTHON_CI_TEST = '1';
2218
process.env.VSC_PYTHON_UNIT_TEST = '1';
2319
process.env.NODE_ENV = 'production'; // Make sure react is using production bits or we can run out of memory.

0 commit comments

Comments
 (0)