Searched refs:errorsToExpect (Results 1 – 1 of 1) sorted by relevance
145 const errorsToExpect = new Set(expectError); constant148 const expectError = errorsToExpect.delete(`${test.idx}.${test.setName}`);159 if (errorsToExpect.size > 0) {160 throw new Error(`Expected errors were not found: ${[...errorsToExpect].join(', ')}`);