Home / File/ vitest.config.js — astro Source File

vitest.config.js — astro Source File

Architecture documentation for vitest.config.js, a javascript file in the astro codebase. 2 imports, 0 dependents.

File javascript 2 imports

Entity Profile

Dependency Diagram

graph LR
  02ff4e05_2348_befe_3588_595c6c84cabe["vitest.config.js"]
  6be2ebb2_f203_60dc_79a8_2d5e62e4add4["vitest-plugin"]
  02ff4e05_2348_befe_3588_595c6c84cabe --> 6be2ebb2_f203_60dc_79a8_2d5e62e4add4
  5846f74e_d501_38ac_e58b_95f991cfbc36["config"]
  02ff4e05_2348_befe_3588_595c6c84cabe --> 5846f74e_d501_38ac_e58b_95f991cfbc36
  style 02ff4e05_2348_befe_3588_595c6c84cabe fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import codspeedPlugin from '@codspeed/vitest-plugin';
import { defineConfig } from 'vitest/config';

export default defineConfig({
	plugins: process.env.CODSPEED ? [codspeedPlugin()] : [],
	include: ['./bench/*.bench.js'],
});

Dependencies

  • config
  • vitest-plugin

Frequently Asked Questions

What does vitest.config.js do?
vitest.config.js is a source file in the astro codebase, written in javascript.
What does vitest.config.js depend on?
vitest.config.js imports 2 module(s): config, vitest-plugin.
Where is vitest.config.js in the architecture?
vitest.config.js is located at benchmark/vitest.config.js (directory: benchmark).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free