Eclipse GLSP - Shared mocha configuration
Common shared configuration for Eclipse GLSP components that are using mocha as test framework.
Install
yarn add --dev @eclipse-glsp/mocha-config
Usage
Create a .mocharc.json
:
{
"$schema": "https://json.schemastore.org/mocharc",
"extends": "@eclipse-glsp/mocha-config"
}
More information
For more information, please visit the Eclipse GLSP Umbrella repository and the Eclipse GLSP Website.
If you have questions, please raise them in the discussions and have a look at our communication and support options.