Documentation
    Preparing search index...

    Variable vitestWebConfigConst

    vitestWebConfig: {
        plugins: never[];
        test: {
            coverage: CoverageOptions;
            environment: string;
            globals: boolean;
            include: string[];
        };
    } = ...

    Type declaration

    • plugins: never[]
    • test: {
          coverage: CoverageOptions;
          environment: string;
          globals: boolean;
          include: string[];
      }