MCPcopy 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

3import { COMMANDS } from '../commands'
4
5export const runTest = (action?: T.Action): void => {
6 vscode.commands.executeCommand(COMMANDS.RUN_TEST, action?.payload)
7}

Callers 1

onSolutionEnterFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected