File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 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" : [
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" ,
You can’t perform that action at this time.
0 commit comments