Skip to content

Commit 758146f

Browse files
committed
Try fix test
1 parent 1bef610 commit 758146f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/test/features/terminalEnvVarInjector.unit.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ suite('TerminalEnvVarInjector', () => {
6666
configurable: true,
6767
});
6868

69+
// Mock workspace.onDidChangeConfiguration to return a proper disposable
70+
sinon.stub(workspace, 'onDidChangeConfiguration').returns(new Disposable(() => {}));
71+
6972
mockScopedCollection = {
7073
clear: sinon.stub(),
7174
replace: sinon.stub(),

0 commit comments

Comments
 (0)