We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42bb857 commit 7655758Copy full SHA for 7655758
test/e2e.sh
@@ -50,16 +50,16 @@ runTest ./test/e2e/process-file/app-config-update.sh
50
runTest ./test/e2e/process-file/js-configuration.sh
51
52
# BINARIES
53
-# BUNNNNNNN
54
-# runTest ./test/e2e/binaries/pm2-dev.sh
55
-# runTest ./test/e2e/binaries/pm2-runtime.sh
56
57
# INTERNALS
58
runTest ./test/e2e/internals/wait-ready-event.sh
59
runTest ./test/e2e/internals/daemon-paths-override.sh
60
61
62
if [ "$IS_BUN" = false ]; then
+ runTest ./test/e2e/binaries/pm2-dev.sh
+ runTest ./test/e2e/binaries/pm2-runtime.sh
+
63
runTest ./test/e2e/process-file/homogen-json-action.sh
64
runTest ./test/e2e/internals/source_map.sh
65
runTest ./test/e2e/internals/wrapped-fork.sh
0 commit comments