mirror of
https://github.com/samiyev/puaros.git
synced 2025-12-27 23:06:54 +05:00
feat(ipuaro): add TUI components and hooks (v0.11.0)
This commit is contained in:
@@ -9,7 +9,13 @@ export default defineConfig({
|
||||
provider: "v8",
|
||||
reporter: ["text", "html", "lcov"],
|
||||
include: ["src/**/*.ts", "src/**/*.tsx"],
|
||||
exclude: ["src/**/*.d.ts", "src/**/index.ts", "src/**/*.test.ts"],
|
||||
exclude: [
|
||||
"src/**/*.d.ts",
|
||||
"src/**/index.ts",
|
||||
"src/**/*.test.ts",
|
||||
"src/tui/**/*.ts",
|
||||
"src/tui/**/*.tsx",
|
||||
],
|
||||
thresholds: {
|
||||
lines: 95,
|
||||
functions: 95,
|
||||
|
||||
Reference in New Issue
Block a user