Lines Matching refs:specMap
416 this.specMap = new Map(
539 if (!this.specMap.has(filename)) {
542 queue.push(this.specMap.get(filename));
673 for (const specMap of queue) {
674 const key = specMap.filename;
677 if (!specMap.failedTests.length) {
687 if (specMap.failedTests.some((expectedToFail) => {
688 if (specMap.flakyTests.includes(expectedToFail)) {
723 const spec = this.specMap.get(filename);
812 const spec = this.specMap.get(filename);
874 for (const spec of this.specMap.values()) {