summaryrefslogtreecommitdiff
path: root/test/parallel/test-inspector-esm.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-inspector-esm.js')
-rw-r--r--test/parallel/test-inspector-esm.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-inspector-esm.js b/test/parallel/test-inspector-esm.js
index f0848d2942..707fa7bb56 100644
--- a/test/parallel/test-inspector-esm.js
+++ b/test/parallel/test-inspector-esm.js
@@ -109,4 +109,4 @@ async function runTest() {
assert.strictEqual((await child.expectShutdown()).exitCode, 55);
}
-runTest();
+runTest().then(common.mustCall());