mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
Merge branch 'main' into feat/mcp-apps-renderer
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
blank_issues_enabled: true
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Read the Documentation
|
||||
url: https://docs.copilot.ai
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
Please describe your issue in as much detail as possible
|
||||
@@ -4,6 +4,9 @@ export default defineConfig({
|
||||
test: {
|
||||
environment: "node",
|
||||
globals: true,
|
||||
// Removing filesystem/git fixtures can exceed 10s on busy CI runners.
|
||||
// Match the 30s budget used by the release integration tests.
|
||||
hookTimeout: 30_000,
|
||||
include: [
|
||||
"scripts/release/lib/**/*.{test,spec}.ts",
|
||||
"scripts/release/__tests__/**/*.{test,spec}.ts",
|
||||
|
||||
Reference in New Issue
Block a user