Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 48ebebd

Browse filesBrowse files
aduh95danielleadams
authored andcommitted
test: remove unnecessary --pending-deprecation flag
PR-URL: #38819 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent e119531 commit 48ebebd
Copy full SHA for 48ebebd

File tree

Expand file treeCollapse file tree

1 file changed

+1
-5
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-5
lines changed
Open diff view settings
Collapse file

‎…est-esm-exports-pending-deprecations.mjs‎ ‎…module/test-esm-exports-deprecations.mjs‎test/es-module/test-esm-exports-pending-deprecations.mjs renamed to test/es-module/test-esm-exports-deprecations.mjs test/es-module/test-esm-exports-pending-deprecations.mjs renamed to test/es-module/test-esm-exports-deprecations.mjs

Copy file name to clipboardExpand all lines: test/es-module/test-esm-exports-deprecations.mjs
+1-5Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Flags: --pending-deprecation
21
import { mustCall } from '../common/index.mjs';
32
import assert from 'assert';
43

@@ -15,7 +14,4 @@ process.addListener('warning', mustCall((warning) => {
1514
assert(warning.stack.includes(expectedWarnings[curWarning++]), warning.stack);
1615
}, expectedWarnings.length));
1716

18-
(async () => {
19-
await import('./test-esm-exports.mjs');
20-
})()
21-
.catch((err) => console.error(err));
17+
await import('./test-esm-exports.mjs');

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.