MCPcopy Create free account
hub / github.com/Botloader/botloader / sendTestingEvent

Function sendTestingEvent

integration-tests/lib.ts:14–16  ·  view source on GitHub ↗
(event: TestingEvent)

Source from the content-addressed store, hash-verified

12}
13
14export function sendTestingEvent(event: TestingEvent) {
15 console.log(`INTEGRATION_TEST:${JSON.stringify(event)}`)
16}
17
18export function assertElapsed(since: number, expected: number, error?: number) {
19 const _error = error ?? 1000

Callers 1

sendScriptCompletionFunction · 0.85

Calls 1

logMethod · 0.80

Tested by

no test coverage detected