Formatting

This commit is contained in:
Steve Gravrock
2026-02-07 18:36:36 -08:00
parent 6af5d24b3b
commit 42baa422b3

View File

@@ -392,11 +392,11 @@ describe('ExceptionFormatter', function() {
// Second nested error
/^ .*Error 2: Error: second error$/,
/^ .*fn2.*ExceptionFormatterSpec\.js/,
/^ .*ExceptionFormatterSpec\.js/,
/^ .*ExceptionFormatterSpec\.js/
];
expect(filteredLines).toEqual(
expectedPatterns.map(p => jasmine.stringMatching(p)),
expectedPatterns.map(p => jasmine.stringMatching(p))
);
});