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>
10 lines
765 B
Text
10 lines
765 B
Text
Error: an error!
|
|
at functionD (<project-root>/test/fixtures/source-map/enclosing-call-site.js:16:17)
|
|
at functionB (<project-root>/test/fixtures/source-map/enclosing-call-site.js:6:3)
|
|
at functionA (<project-root>/test/fixtures/source-map/enclosing-call-site.js:2:3)
|
|
at Object.<anonymous> (<project-root>/test/fixtures/source-map/enclosing-call-site.js:24:3)
|
|
Error: an error!
|
|
at functionD (<project-root>/test/fixtures/source-map/enclosing-call-site-min.js:1:156)
|
|
at functionB (<project-root>/test/fixtures/source-map/enclosing-call-site-min.js:1:60)
|
|
at functionA (<project-root>/test/fixtures/source-map/enclosing-call-site-min.js:1:26)
|
|
at Object.<anonymous> (<project-root>/test/fixtures/source-map/enclosing-call-site-min.js:1:199)
|