Skip to content

Commit

Permalink
[communication] Update @azure/communication-sms to ESM/vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
mpodwysocki committed Nov 14, 2024
2 parents f026d55 + 35680de commit adcf77e
Show file tree
Hide file tree
Showing 500 changed files with 5,748 additions and 5,617 deletions.
31 changes: 31 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "test:vitest",
"type": "node",
"request": "launch",
"runtimeExecutable": "npx",
"runtimeArgs": ["dev-tool", "run", "test:vitest"],
"args": ["--", "--inspect-brk", "--no-file-parallelism", "${input:filename}"],
"autoAttachChildProcesses": false,
"skipFiles": ["<node_internals>/**"],
"console": "integratedTerminal",
"attachSimplePort": 9229,
"cwd": "${workspaceFolder}/sdk/${input:package-directory}"
}
],
"inputs": [
{
"id": "filename",
"type": "promptString",
"description": "(Optional) Enter a part of the test file name (e.g. 'foo' will run 'foo.spec.ts', 'notfoo.spec.ts', 'test.foo.spec.ts', etc.)",
"default": ""
},
{
"id": "package-directory",
"type": "promptString",
"description": "Enter the package directory (e.g., 'identity/identity', 'keyvault/keyvault-keys', etc.)"
}
]
}
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.DS_Store": true,
"**/node_modules": true
"**/.DS_Store": true
},
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
Expand Down
Loading

0 comments on commit adcf77e

Please sign in to comment.