{"library":"mocha","install":[{"cmd":"npm install mocha","imports":["// No import needed, these are global by default in Mocha tests.\n// For TypeScript, install @types/mocha and configure tsconfig for 'types'.","import Mocha from 'mocha';\n// or\nconst Mocha = require('mocha');","// In package.json: { \"type\": \"module\" }\nimport { myFunction } from './myModule.js';\n\ndescribe('ESM Test', () => {\n  it('should run an ES module test', () => {\n    // ...\n  });\n});"]},{"cmd":"yarn add mocha","imports":[]},{"cmd":"pnpm add mocha","imports":[]}]}