chore(cli): add smoke tests (#489)

This commit is contained in:
Aman Varshney
2025-08-11 02:56:25 +05:30
committed by GitHub
parent d6cf5c9d26
commit 198d6e968b
9 changed files with 2831 additions and 51 deletions

View File

@@ -11,5 +11,5 @@
"types": ["node"]
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules"]
"exclude": ["node_modules", "**/*.test.ts", "**/*.spec.ts"]
}