Skip to content

Commit

Permalink
Another test port 0
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Sep 24, 2024
1 parent 4422a3b commit 7957fc6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ module.exports = {
'app/helpers',
];

console.log(options);
if (!options.typescript) {
filesToDelete.push('tsconfig.json');
}
Expand Down
2 changes: 1 addition & 1 deletion tests/typescript.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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),
},
Expand Down

0 comments on commit 7957fc6

Please sign in to comment.