Skip to main content
Glama
by mckinsey
run_jest.sh576 B
#!/bin/bash if node --version >/dev/null 2>&1; then echo "Execute the command \"npm install\" to update your node modules to the latest versions..." npm install >/dev/null 2>&1; echo "Running jest tests." npx jest "$@"; else echo " Node.js is not installed or there was an issue. To run tests for the javascript files you need to: 1. Install Node.js by downloading the LTS version at https://nodejs.org/en/download 2. Run command: \"npm install\" (to install npm dependencies) 3. Run command: \"hatch run test-js\" again (to run javascript tests) " fi

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/mckinsey/vizro'

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