Skip to main content
Glama

Nx MCP Server

Official
by nrwl
jest.config.ts629 B
/* eslint-disable */ import { readFileSync } from 'fs'; // Reading the SWC compilation config for the spec files const swcJestConfig = JSON.parse( readFileSync(`${__dirname}/.spec.swcrc`, 'utf-8') ); // Disable .swcrc look-up by SWC core because we're passing in swcJestConfig ourselves swcJestConfig.swcrc = false; export default { displayName: 'vscode-copilot', preset: '../../../jest.preset.js', testEnvironment: 'node', transform: { '^.+\\.[tj]s$': ['@swc/jest', swcJestConfig], }, moduleFileExtensions: ['ts', 'js', 'html'], coverageDirectory: 'test-output/jest/coverage', passWithNoTests: true, };

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/nrwl/nx-console'

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