Skip to content

Commit 80e4a14

Browse files
Copilotrchiodo
andcommitted
Fix prettier formatting in test file
Co-authored-by: rchiodo <19672699+rchiodo@users.noreply.github.com>
1 parent c5ef7e5 commit 80e4a14

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/test/unittest/noConfigDebugInit.unit.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,7 @@ suite('setup for no-config debug scenario', function () {
112112
})
113113
.returns(envVarCollectionAppendStub);
114114

115-
context
116-
.setup((c) => c.environmentVariableCollection)
117-
.returns(() => environmentVariableCollectionMock.object);
115+
context.setup((c) => c.environmentVariableCollection).returns(() => environmentVariableCollectionMock.object);
118116

119117
setupFileSystemWatchers();
120118

0 commit comments

Comments
 (0)