Skip to content

Commit 0a273de

Browse files
author
Yiyun Lei
committed
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: #47707
1 parent 7dace42 commit 0a273de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-node-output-sourcemaps.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe('sourcemaps output', { concurrency: true }, () => {
3838
{ name: 'source-map/output/source_map_throw_catch.js' },
3939
{ name: 'source-map/output/source_map_throw_first_tick.js' },
4040
{ name: 'source-map/output/source_map_throw_icu.js' },
41-
{ name: 'source-map/output/source_map_throw_set_immediate.js' }
41+
{ name: 'source-map/output/source_map_throw_set_immediate.js' },
4242
];
4343
for (const { name, transform } of tests) {
4444
it(name, async () => {

0 commit comments

Comments
 (0)