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), },