Unifes assertSnapshot common patterns like platform specific path separators, line ending, line trailing spaces, Node.js version strings, and pids in warning messages. PR-URL: https://github.com/nodejs/node/pull/61590 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Gürgün Dayıoğlu <hey@gurgun.day>
6 lines
402 B
Text
6 lines
402 B
Text
Error: This is a test
|
|
at Foo.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)
|
|
at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:12:7)
|
|
Error: This is a test
|
|
at Bar.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)
|
|
at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:19:7)
|