0.3.0 • Published 28 days ago

@apitree.cz/vitest-config v0.3.0

Weekly downloads
-
License
-
Repository
github
Last release
28 days ago

Vitest Config

Vitest configuration for ApiTree projects

Installation

pnpm add --save-dev @apitree.cz/vitest-config @vitest/coverage-v8 vitest

Usage

Use one of the following configurations in your vitest.config.ts:

Base

export { base as default } from '@apitree.cz/vitest-config';

React

export { react as default } from '@apitree.cz/vitest-config';

Nest.js

⚠️ Nest.js projects are CJS by default. This configuration needs to be placed in vitest.config.mjs to interpret it as ESM.

export { nestjs as default } from '@apitree.cz/vitest-config';

Customization

You can customize the configuration with mergeConfig function:

import { base } from '@apitree.cz/vitest-config';
import { defineConfig, mergeConfig } from 'vitest/config';

export default mergeConfig(
  base,
  defineConfig({
    // project specific config
  }),
);

See Options documentation for config reference.

0.3.0

28 days ago

0.2.2

29 days ago

0.2.1

4 months ago

0.2.0

5 months ago

0.2.0-next.7a585e4

6 months ago

0.2.0-next.4ca0e1b

6 months ago

0.2.0-next.c8fd77a

6 months ago

0.2.0-next.e523288

6 months ago

0.2.0-next.de70904

6 months ago

0.2.0-next.1e6923b

6 months ago

0.2.0-next.3b6dd27

6 months ago

0.2.0-next.a246d10

6 months ago

0.2.0-next.d8398f6

6 months ago

0.2.0-next.d62abc2

6 months ago

0.2.0-next.ba0c85f

6 months ago

0.2.0-next.2fde165

6 months ago

0.2.0-next.97c8608

6 months ago

0.2.0-next.a671370

6 months ago

0.2.0-next.adfbe62

6 months ago

0.2.0-next.0c823f9

6 months ago

0.2.0-next.dcad4a0

6 months ago

0.2.0-next.8b91062

6 months ago

0.2.0-next.1358251

6 months ago

0.2.0-next.7fb5c8c

6 months ago

0.2.0-next.70333f7

6 months ago

0.2.0-next.1ac5833

6 months ago

0.1.1-next.5c257f9

6 months ago

0.1.0

6 months ago

0.1.0-next.41e8369

6 months ago

0.1.0-next.b32cc41

6 months ago

0.1.0-next.8925d8a

6 months ago

0.1.0-next.2bf4a89

6 months ago

0.1.0-next.ffe75af

6 months ago

0.1.0-next.05dd9cd

6 months ago

0.1.0-next.59c27a0

6 months ago

0.1.0-next.9a73b8e

7 months ago

0.1.0-next.313a279

7 months ago

0.1.0-next.662d527

7 months ago

0.1.0-next.c924c3c

7 months ago