Test TreeProcessor's public interface, not internal state

This commit is contained in:
Steve Gravrock
2025-08-16 09:10:09 -07:00
parent ea3fc88803
commit b89a870a59
3 changed files with 52 additions and 96 deletions

View File

@@ -31,7 +31,6 @@ getJasmineRequireObj().TreeProcessor = function(j$) {
processTree() {
this.#processNode(this.#tree, true);
this.#processed = true;
return this.#stats;
}
childrenOfTopSuite() {