From 7957fc67f2ebea1b197be58841cea8bfb4dcc2b7 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Tue, 24 Sep 2024 18:40:01 -0400 Subject: [PATCH] Another test port 0 --- index.js | 1 - tests/typescript.test.mjs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/index.js b/index.js index 7e5b082..8efdef8 100644 --- a/index.js +++ b/index.js @@ -179,7 +179,6 @@ module.exports = { 'app/helpers', ]; - console.log(options); if (!options.typescript) { filesToDelete.push('tsconfig.json'); } diff --git a/tests/typescript.test.mjs b/tests/typescript.test.mjs index 8feff2f..c4d7f6c 100644 --- a/tests/typescript.test.mjs +++ b/tests/typescript.test.mjs @@ -168,7 +168,7 @@ describe('typescript', function () { let testResult = await execa( 'pnpm', - ['testem', '--file', 'testem-dev.js', 'ci'], + ['testem', '--file', 'testem-dev.js', 'ci', '--port', '0'], { cwd: join(tmpDir.path, appName), },