summaryrefslogtreecommitdiff
path: root/test/parallel/test-inspector-multisession-ws.js
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2020-04-05 22:27:46 +0200
committerAnna Henningsen <anna@addaleax.net>2020-04-08 16:43:13 +0200
commite2ea73af0447130ca033b59b62092474ed9f4ec4 (patch)
tree6958da569a2b9e86950d92f101c33dad8f75d27d /test/parallel/test-inspector-multisession-ws.js
parentc849f2d4f8ff19c830b6a97bd6978bf41f878e8b (diff)
downloadnode-new-e2ea73af0447130ca033b59b62092474ed9f4ec4.tar.gz
test: make sure that inspector tests finish
PR-URL: https://github.com/nodejs/node/pull/32673 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'test/parallel/test-inspector-multisession-ws.js')
-rw-r--r--test/parallel/test-inspector-multisession-ws.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-inspector-multisession-ws.js b/test/parallel/test-inspector-multisession-ws.js
index c5ebfd6ef8..7981eef0d3 100644
--- a/test/parallel/test-inspector-multisession-ws.js
+++ b/test/parallel/test-inspector-multisession-ws.js
@@ -74,4 +74,4 @@ async function runTest() {
return child.expectShutdown();
}
-runTest();
+runTest().then(common.mustCall());