Skip to content

Commit ebae376

Browse files
committed
finalize
1 parent a229752 commit ebae376

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/pure-ts-adapters.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ describe('dev-server integration tests - Pure TypeScript', function () {
5858

5959
it('should have package.json pointing main to TypeScript file', () => {
6060
const packageJson = validatePackageJson(PURE_TS_ADAPTER_DIR);
61-
console.log(packageJson);
6261
assert.strictEqual(packageJson.main, 'src/main.ts', 'main field should point to src/main.ts');
6362

6463
// Verify the build scripts have been removed

test/test-utils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ async function createTestAdapter(configFile, targetDir) {
200200
'--noInstall', // Skip npm install to speed up creation
201201
'--nonInteractive' // Run in non-interactive mode to fill in missing config details
202202
], {
203-
verbose:true,
204203
cwd: targetDir,
205204
timeout: 180000, // 3 minutes
206205
env: { ...process.env, NODE_TLS_REJECT_UNAUTHORIZED: '0' } // Handle certificate issues in test environment

0 commit comments

Comments
 (0)