6 lines
239 B
TypeScript
6 lines
239 B
TypeScript
// src/vitest.setup.ts
|
|
|
|
// This file can be used for global setup logic that applies to ALL test projects
|
|
// defined in the workspace. Since our unit and integration tests have distinct
|
|
// setup requirements, this file is currently empty.
|