From 1bca7b6c702f765fa50872a8fd6ff228d8ce14e6 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 29 Feb 2020 10:07:41 -0800 Subject: [PATCH] test: move test-inspector-module to parallel test-inspector-module is very fast and seems to be runnable at the same time as other tests. Move from sequential directory to parallel. PR-URL: https://github.com/nodejs/node/pull/32025 Reviewed-By: Anna Henningsen Reviewed-By: Ruben Bridgewater Reviewed-By: Luigi Pinca --- test/{sequential => parallel}/test-inspector-module.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{sequential => parallel}/test-inspector-module.js (100%) diff --git a/test/sequential/test-inspector-module.js b/test/parallel/test-inspector-module.js similarity index 100% rename from test/sequential/test-inspector-module.js rename to test/parallel/test-inspector-module.js