Skip to content

Commit

Permalink
More descriptive comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kimadeline committed Jul 4, 2019
1 parent ea32ce2 commit f5daf78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/extension.unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { EXTENSION_ROOT_DIR } from '../client/common/constants';

const expectedPath = `${EXTENSION_ROOT_DIR.fileToCommandArgument()}/pythonFiles/ptvsd_launcher.py`;

// Stub sourceMapSupport.initialize before we import from extension.ts (we don't actually need it)
// Stub sourceMapSupport.initialize before we import from extension.ts
// (it's called at the top of the file but we don't need it here)
// tslint:disable-next-line: no-require-imports no-var-requires
const sourceMapSupport = require('../client/sourceMapSupport');
sinon.stub(sourceMapSupport, 'initialize');
Expand Down

0 comments on commit f5daf78

Please sign in to comment.