MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / fixtureReady

Function fixtureReady

scripts/integration/cli.mjs:1746–1753  ·  view source on GitHub ↗
(snapshot)

Source from the content-addressed store, hash-verified

1744}
1745
1746function fixtureReady(snapshot) {
1747 return (
1748 snapshot.includes("SimDeck Fixture") &&
1749 snapshot.includes("fixture.status") &&
1750 snapshot.includes("fixture.continue") &&
1751 snapshot.includes("fixture.message")
1752 );
1753}
1754
1755function summarizeUi(snapshot) {
1756 const lines = snapshot

Callers 1

verifyUiWithDescribeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected