UNPKG

@takeshape/vitest-docker-dynamodb

Version:

Bootstrap vitest tests with docker-compose and dynamodb.

4 lines (3 loc) 167 B
import type { Vite } from 'vitest/node'; import type { PluginConfig } from './types.ts'; export default function plugin(options?: Partial<PluginConfig>): Vite.Plugin;