Skip to content

Commit

Permalink
test: migrate message source map tests from Python to JS
Browse files Browse the repository at this point in the history
Migrate the remaining source map tests in the `test/message` folder
from Python to JS.

Fixes: #47707
  • Loading branch information
Yiyun Lei committed Aug 24, 2023
1 parent 7dace42 commit 0a273de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-node-output-sourcemaps.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 0a273de

Please sign in to comment.