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

Class

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

Source from the content-addressed store, hash-verified

643}
644
645class TestRunner {
646 constructor(name = "Test Suite", register = true) {
647 this.name = name;
648 this.tests = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected