diff --git a/test/parallel/test-source-map.js b/test/parallel/test-source-map.js index 0d6b3de28ba8d9..13fa391aafefcc 100644 --- a/test/parallel/test-source-map.js +++ b/test/parallel/test-source-map.js @@ -116,6 +116,7 @@ function nextdir() { ); } +// base64 encoding error does not crash application. { const coverageDirectory = nextdir(); const output = spawnSync(process.execPath, [ @@ -131,6 +132,7 @@ function nextdir() { assert.strictEqual(sourceMap.data, null); } +// JSON error does not crash application. { const coverageDirectory = nextdir(); const output = spawnSync(process.execPath, [