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[];
}