2.0.0 • Published 16 days ago

@eclipse-glsp/mocha-config v2.0.0

Weekly downloads
-
License
(EPL-2.0 OR GPL-2...
Repository
github
Last release
16 days ago

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.