Update getConfiguration
stubs to use .withArgs(settingId)
instead of .callsFake
#656
Labels
cleanup
General refactoring and/or minor adjustments needed that shouldn't impact overall functionality
good first issue
Good for newcomers
testing
Involves the test suite, click-testing, or CI processes
Makes reading through tests a bit easer.
.withArgs
:vscode/src/preferences/listener.test.ts
Lines 25 to 27 in cc08989
.callsFake
:vscode/src/commands/connections.test.ts
Lines 90 to 94 in cc08989
The text was updated successfully, but these errors were encountered: