mirror of
https://github.com/kdnk/obsidian-automatic-linker.git
synced 2026-07-22 05:37:46 +00:00
7 lines
133 B
TypeScript
7 lines
133 B
TypeScript
import { defineConfig } from "vitest/config";
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
includeSource: ["src/**/*.{js,ts}"],
|
|
},
|
|
});
|