mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-03-22 10:23:08 +00:00
fix: resolve TypeScript linting errors preventing CI pass
- Removed invalid workflow property from createTestTemplate function - Fixed TemplateWorkflow interface usage to use nodes directly - Removed unsupported watchExclude property from vitest config - Updated seedTestTemplates to properly handle template data structure All TypeScript errors are now resolved. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -53,9 +53,7 @@ export default defineConfig({
|
||||
}
|
||||
},
|
||||
// Test isolation
|
||||
isolate: true,
|
||||
// File watch settings
|
||||
watchExclude: ['**/node_modules/**', '**/dist/**', '**/.git/**']
|
||||
isolate: true
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
|
||||
Reference in New Issue
Block a user