MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode /

Class

src/test/tester.js:861–861  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

859}
860
861class SkipTest extends Error {
862 constructor(message = "Skipped") {
863 super(message);
864 this.name = "SkipTest";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected