Pass spec metadata to filters, not internal Spec instance

This commit is contained in:
Steve Gravrock
2025-09-14 10:44:50 -07:00
parent 7c34b43607
commit 2c6ce35ccc
4 changed files with 6 additions and 48 deletions

View File

@@ -371,8 +371,7 @@ getJasmineRequireObj().Env = function(j$) {
runQueue,
TreeProcessor: j$.TreeProcessor,
globalErrors,
getConfig: () => config,
deprecated: this.deprecated
getConfig: () => config
});
this.setParallelLoadingState = function(state) {