Skip to content

Commit 3922440

Browse files
committed
CCM-12896: Add config for VSCode jest plugin
1 parent 05e3d66 commit 3922440

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

project.code-workspace

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,18 @@
7777
".github/copilot-instructions.md": true,
7878
".github/instructions": true
7979
},
80-
"terminal.integrated.scrollback": 10000
80+
"terminal.integrated.scrollback": 10000,
81+
"jest.virtualFolders": [
82+
83+
{ "name": "key-generation", "rootPath": "lambdas/key-generation" },
84+
{ "name": "mesh-poll", "rootPath": "lambdas/mesh-poll" },
85+
{ "name": "refresh-apim-access-token", "rootPath": "lambdas/refresh-apim-access-token" },
86+
{ "name": "ttl-create-lambda", "rootPath": "lambdas/ttl-create-lambda/" },
87+
{ "name": "ttl-handle-expiry-lambda", "rootPath": "lambdas/ttl-handle-expiry-lambda" },
88+
{ "name": "ttl-poll-lambda", "rootPath": "lambdas/ttl-poll-lambda" },
89+
{ "name": "sender-management", "rootPath": "utils/sender-management" },
90+
{ "name": "utils", "rootPath": "utils/utils" },
91+
],
8192
},
8293
"extensions": {
8394
"recommendations": [
@@ -106,6 +117,7 @@
106117
"ms-vscode.hexeditor",
107118
"ms-vscode.live-server",
108119
"ms-vsliveshare.vsliveshare",
120+
"orta.vscode-jest",
109121
"redhat.vscode-xml",
110122
"streetsidesoftware.code-spell-checker-british-english",
111123
"takumii.markdowntable",

0 commit comments

Comments
 (0)