Skip to content

Commit

Permalink
Upgrade modules
Browse files Browse the repository at this point in the history
  • Loading branch information
kmalakoff committed Dec 26, 2024
1 parent 9ce28a3 commit a1eb58d
Show file tree
Hide file tree
Showing 7 changed files with 155 additions and 152 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"request": "launch",
"name": "test:node",
"program": "${workspaceFolder}/node_modules/.bin/tsds",
"args": ["test:node", "--no-timeouts", "${workspaceFolder}/test/**/*.test.*"],
"args": ["test:node", "--no-timeouts"],
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen"
}
Expand Down
Loading

0 comments on commit a1eb58d

Please sign in to comment.