UNPKG

valaxy-addon-git-log

Version:

Integrates git logs into your page of Valaxy site.

8 lines (6 loc) 130 B
import { defineConfig } from 'vitest/config' export default defineConfig({ test: { include: ['test/**/*.test.ts'], }, })