Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.19 KB

File metadata and controls

30 lines (19 loc) · 1.19 KB

Eclipse GLSP - Shared configuration for testing

Meta package that bundles the shared Vitest test configuration and the test dependencies (Vitest + the V8 coverage provider) for Eclipse GLSP components implemented with TypeScript.

The package is available via npm and can be used by all GLSP components implemented with TypeScript.

Components

Install

pnpm add --save-dev @eclipse-glsp/config-test

Usage

Create a vite.config.ts that extends the shared config (provided by @eclipse-glsp/vitest-config, pulled in transitively by this package):

export { default } from '@eclipse-glsp/vitest-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.