Function: defineXmVitestConfig()
Documentation / @xmachines/shared / defineXmVitestConfig
function defineXmVitestConfig(importMetaUrl, overrides): object;Defined in: src/index.ts:10
Create a Vitest config with XMachines workspace defaults.
This wrapper exposes the helper at the package top-level so API docs
render it under @xmachines/shared instead of nested module pages.
Parameters
| Parameter | Type |
|---|---|
importMetaUrl | string |
overrides | Record<string, unknown> |
Returns
object
| Name | Type | Defined in |
|---|---|---|
test | any | config/vitest.ts:82 |