From 43ea891902047cfd84dfc8e734b5c040cf72adf9 Mon Sep 17 00:00:00 2001 From: denihs Date: Tue, 25 Apr 2023 10:05:20 -0400 Subject: [PATCH] - fix test: "modules - test app" --- tools/tests/modules.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/tests/modules.js b/tools/tests/modules.js index c8b0ffb530..d6c0d679f4 100644 --- a/tools/tests/modules.js +++ b/tools/tests/modules.js @@ -34,7 +34,10 @@ selftest.define('modules - test app', async function() { '--once', '--full-app', '--driver-package', - 'meteortesting:mocha' + // Not running with the --full-app option here, in order to exercise + // the normal `meteor test` behavior. + /// TODO: [Fibers] => turn this back to meteortesthing:mocha when 3.0.0 is released + "grubba:mocha" /// meteortesting:mocha" ); run.waitSecs(60);