mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 16:20:43 +00:00
test(telegram): coalesce message context cases
This commit is contained in:
@@ -4,5 +4,16 @@
|
||||
"tsBuildInfoFile": ".artifacts/tsgo-cache/extensions.tsbuildinfo"
|
||||
},
|
||||
"include": ["src/**/*.d.ts", "ui/src/**/*.d.ts", "extensions/**/*"],
|
||||
"exclude": ["node_modules", "dist", "**/dist/**", "**/*.test.ts", "**/*.test.tsx", "test/**"]
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"dist",
|
||||
"**/dist/**",
|
||||
"**/*.test.ts",
|
||||
"**/*.test.tsx",
|
||||
"**/*test-helpers.ts",
|
||||
"**/*test-harness.ts",
|
||||
"**/*test-support.ts",
|
||||
"extensions/**/src/test-support/**",
|
||||
"test/**"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user