Fix test failure on Windows

This commit is contained in:
Steve Gravrock
2026-02-28 17:52:48 -08:00
parent 6e52b971cd
commit fc2de634ab

View File

@@ -372,7 +372,7 @@ describe('ExceptionFormatter', function() {
// Exclude lines that vary from environment to environment
const filteredLines = lines.filter(
x =>
!x.includes('/jasmine.js:') &&
!x.match(/[\/\\]jasmine\.js:/) &&
// Some Node 20 and 22 minors when running in parallel
!x.includes('process.processTicksAndRejections')
);