Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig committed Sep 4, 2024
1 parent 4dd7935 commit b8d8be8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions src/test/unittest/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ import * as Mocha from 'mocha';
import * as glob from 'glob';

export function run(): Promise<void> {
if ((Reflect as any).metadata === undefined) {
require('reflect-metadata');
}

process.env.VSC_PYTHON_UNIT_TEST = '1';
// Create the mocha test
const mocha = new Mocha({
Expand Down
4 changes: 0 additions & 4 deletions src/test/unittests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ if (os.platform() === 'win32') {
});
}

if ((Reflect as any).metadata === undefined) {
require('reflect-metadata');
}

process.env.VSC_PYTHON_CI_TEST = '1';
process.env.VSC_PYTHON_UNIT_TEST = '1';
process.env.NODE_ENV = 'production'; // Make sure react is using production bits or we can run out of memory.
Expand Down

0 comments on commit b8d8be8

Please sign in to comment.