Skip to content

Commit 1dde994

Browse files
committed
fix incorrect test names
1 parent 9f008c5 commit 1dde994

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/verify-source-map.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1036,13 +1036,13 @@ async function main() {
10361036
entryPoints: ['entry.js'],
10371037
crlf,
10381038
}),
1039-
check('issue-4048' + suffix, testCaseNestedFoldersIssue4070, toSearchNestedFoldersIssue4070, {
1039+
check('issue-4070' + suffix, testCaseNestedFoldersIssue4070, toSearchNestedFoldersIssue4070, {
10401040
outfile: 'out.js',
10411041
flags: flags.concat('--bundle'),
10421042
entryPoints: ['src/main.js'],
10431043
crlf,
10441044
}),
1045-
check('issue-4048' + suffix, testCaseNullMappingIssue4080, toSearchNullMappingIssue4080, {
1045+
check('issue-4080' + suffix, testCaseNullMappingIssue4080, toSearchNullMappingIssue4080, {
10461046
outfile: 'out.js',
10471047
flags: flags.concat('--bundle', '--format=esm'),
10481048
entryPoints: ['entry.js'],

0 commit comments

Comments
 (0)