Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coderoad/coderoad-vscode
/ runTest
Function
runTest
src/actions/onTest.ts:5–7 ·
view source on GitHub ↗
(action?: T.Action)
Source
from the content-addressed store, hash-verified
3
import
{ COMMANDS } from
'../commands'
4
5
export
const
runTest = (action?: T.Action): void => {
6
vscode.commands.executeCommand(COMMANDS.RUN_TEST, action?.payload)
7
}
Callers
1
onSolutionEnter
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected