Commit 7c7b529
committed
fix: Add Uri mock to vscode mock in autoImportSettings tests
The tests were failing because the vscode mock was missing the Uri.file method
that is used by the autoImportSettings implementation. Added a proper mock
for vscode.Uri.file that returns an object with fsPath property.1 parent c5361ab commit 7c7b529
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| |||
0 commit comments