Home / File/ vitest-ci.config.ts — drizzle-orm Source File

vitest-ci.config.ts — drizzle-orm Source File

Architecture documentation for vitest-ci.config.ts, a typescript file in the drizzle-orm codebase. 3 imports, 0 dependents.

File typescript 3 imports

Entity Profile

Dependency Diagram

graph LR
  11167b2c_4d4f_5466_2ebd_e75fc5fd7b4d["vitest-ci.config.ts"]
  c440e00a_e318_94ac_100c_9843a182c7a4["config"]
  11167b2c_4d4f_5466_2ebd_e75fc5fd7b4d --> c440e00a_e318_94ac_100c_9843a182c7a4
  d8713163_49a4_0eb4_6afe_c7dac83c5202["vite-tsconfig-paths"]
  11167b2c_4d4f_5466_2ebd_e75fc5fd7b4d --> d8713163_49a4_0eb4_6afe_c7dac83c5202
  c984b666_5ef8_8a96_93a9_eeee6e76fcb4["config"]
  11167b2c_4d4f_5466_2ebd_e75fc5fd7b4d --> c984b666_5ef8_8a96_93a9_eeee6e76fcb4
  style 11167b2c_4d4f_5466_2ebd_e75fc5fd7b4d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import 'dotenv/config';
import tsconfigPaths from 'vite-tsconfig-paths';
import { defineConfig } from 'vitest/config';

export default defineConfig({
	test: {
		typecheck: {
			tsconfig: 'tsconfig.json',
		},
		testTimeout: 100000,
		hookTimeout: 200000,
		isolate: true,
		poolOptions: {
			threads: {
				singleThread: true,
			},
		},
		maxWorkers: 1,
		fileParallelism: false,
	},
	plugins: [tsconfigPaths()],
});

Dependencies

  • config
  • config
  • vite-tsconfig-paths

Frequently Asked Questions

What does vitest-ci.config.ts do?
vitest-ci.config.ts is a source file in the drizzle-orm codebase, written in typescript.
What does vitest-ci.config.ts depend on?
vitest-ci.config.ts imports 3 module(s): config, config, vite-tsconfig-paths.
Where is vitest-ci.config.ts in the architecture?
vitest-ci.config.ts is located at integration-tests/vitest-ci.config.ts (directory: integration-tests).

Analyze Your Own Codebase

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

Try Supermodel Free