Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.57 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.57 KB

Eclipse GLSP - Shared configuration for testing

Common shared configuration for testing Eclipse GLSP components that are implemented with Typescript. Provides a meta package that export common configuration objects for:

The package is available via npm and can be used by all GLSP components implemented with Typescript. Mocha and nyc are included as direct dependencies.

Components

Install

yarn add --dev @eclipse-glsp/config-test

Usage

Mocha

Create a .mocharc:

{
    "$schema": "https://json.schemastore.org/mocharc",
    "extends": "@eclipse-glsp/mocha-config"
}

Nyc

Add a .nycrc.json to your project root:

"@eclipse-glsp/prettier-config"

Configuration can also be provided by nyc.config.js if programmed logic is required.

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.