Update validate.test.ts

This commit is contained in:
freearhey
2025-07-29 05:27:54 +03:00
parent 935fe02723
commit 3699f1372d

View File

@@ -1,6 +1,6 @@
import { execSync } from 'child_process'
type ExecError = {
interface ExecError {
status: number
stdout: string
}