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.
@eclipse-glsp/vitest-config: Shared Vitest configuration for GLSP projects.
pnpm add --save-dev @eclipse-glsp/config-testCreate 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';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.