Test TreeProcessor's public interface, not internal state
This commit is contained in:
@@ -31,7 +31,6 @@ getJasmineRequireObj().TreeProcessor = function(j$) {
|
||||
processTree() {
|
||||
this.#processNode(this.#tree, true);
|
||||
this.#processed = true;
|
||||
return this.#stats;
|
||||
}
|
||||
|
||||
childrenOfTopSuite() {
|
||||
|
||||
Reference in New Issue
Block a user