Skip to content

Commit dabd87f

Browse files
Make sure IFileSystem is registered in DI during tests. (#8902)
(for #8882)
1 parent bb38bd9 commit dabd87f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,7 @@ tmp/**
3939
test-results.xml
4040
uitests/out/**
4141
!build/
42+
43+
# TODO (GH-8925) This is temporary. We will remove it when we adjust
44+
# tests to not leave the file behind.
45+
src/test/get-pip.py

src/test/debugger/envVars.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ suite('Resolving Environment Variables when Debugging', () => {
4949
function initializeDI() {
5050
ioc = new UnitTestIocContainer();
5151
ioc.registerProcessTypes();
52+
ioc.registerFileSystemTypes();
5253
ioc.registerVariableTypes();
5354
ioc.registerMockProcess();
5455
}

0 commit comments

Comments
 (0)