Skip to main content
Glama
ifmelate

n8n-workflow-builder-mcp

by ifmelate
jest.config.js1.1 kB
module.exports = { // Test environment testEnvironment: 'node', // Test file patterns testMatch: [ '**/tests/**/*.test.js', '**/tests/**/*.test.ts' ], // Transform TypeScript files transform: { '^.+\\.ts$': ['ts-jest', { useESM: false, tsconfig: { module: 'commonjs', esModuleInterop: true, allowSyntheticDefaultImports: true } }] }, // Module file extensions moduleFileExtensions: ['js', 'ts', 'json'], // Module name mapping for imports moduleNameMapper: { '^@/(.*)$': '<rootDir>/src/$1' }, // Setup files setupFilesAfterEnv: [], // Ignore patterns testPathIgnorePatterns: [ '/node_modules/', '/dist/' ], // Coverage settings collectCoverageFrom: [ 'src/**/*.{js,ts}', '!src/**/*.d.ts', '!src/**/index.{js,ts}' ], // Globals for Jest and TypeScript globals: { 'ts-jest': { useESM: false } }, // Verbose output verbose: true, // Allow JSON imports transformIgnorePatterns: [ 'node_modules/(?!(.*\\.mjs$))' ] };

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ifmelate/n8n-workflow-builder-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server