Skip to content

Commit 535ee4e

Browse files
committed
Fix: Remove test logs
1 parent 5f565f4 commit 535ee4e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/techor/src/commands/build.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ export default async function build() {
6868
tsconfig = getTsconfig('.')?.config
6969
} else {
7070
tsconfig = getTsconfig('.', tsconfigFile)?.config
71-
console.log(tsconfig)
7271
if (!tsconfig) {
7372
tsconfig = getTsconfig('.')?.config
7473
}

packages/techor/tests/target-es5/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { join } from 'node:path'
44
import dedent from 'ts-dedent'
55

66
beforeAll(() => {
7-
execSync('tsx ../../src/bin build', { cwd: __dirname, stdio: 'inherit' })
7+
execSync('tsx ../../src/bin build', { cwd: __dirname })
88
})
99

1010
test('main', () => {

0 commit comments

Comments
 (0)