From 0a273de0acb96ecc8805dec3894215d2225a0a58 Mon Sep 17 00:00:00 2001 From: Yiyun Lei Date: Tue, 22 Aug 2023 13:42:14 -0400 Subject: [PATCH] test: migrate message source map tests from Python to JS Migrate the remaining source map tests in the `test/message` folder from Python to JS. Fixes: https://github.com/nodejs/node/issues/47707 --- test/parallel/test-node-output-sourcemaps.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/parallel/test-node-output-sourcemaps.mjs b/test/parallel/test-node-output-sourcemaps.mjs index b480b9348a731a..2043fa57f06a8d 100644 --- a/test/parallel/test-node-output-sourcemaps.mjs +++ b/test/parallel/test-node-output-sourcemaps.mjs @@ -38,7 +38,7 @@ describe('sourcemaps output', { concurrency: true }, () => { { name: 'source-map/output/source_map_throw_catch.js' }, { name: 'source-map/output/source_map_throw_first_tick.js' }, { name: 'source-map/output/source_map_throw_icu.js' }, - { name: 'source-map/output/source_map_throw_set_immediate.js' } + { name: 'source-map/output/source_map_throw_set_immediate.js' }, ]; for (const { name, transform } of tests) { it(name, async () => {