Skip to content

Commit 1ece21f

Browse files
committed
test: remove debug console.log statements
1 parent b6f013f commit 1ece21f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/shared/tests/projectSetup.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ describe('test project setup file', () => {
88
const projectName = 'test'
99
const templatePath = join(__dirname, '../../create-mcp-kit/template', 'standard-ts')
1010
const targetPath = join(__dirname, '../../', projectName)
11-
console.log(templatePath)
12-
console.log(targetPath)
1311
await createProject(targetPath, templatePath, { projectName })
1412
await installDependencies(targetPath)
1513
rmSync(targetPath, { recursive: true, force: true })

0 commit comments

Comments
 (0)