@eclipse-glsp/mocha-config
v2.3.0
Published
Shared Mocha test configuration for GLSP projects
Downloads
1,508
Readme
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
file **:
{
"$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.