UNPKG

graph-explorer

Version:

Graph Explorer can be used to explore and RDF graphs in SPARQL endpoints or on the web.

9 lines (7 loc) 163 B
import { defineConfig } from "vitest/config"; export default defineConfig({ test: { include: ["tests/unit/**/*.test.ts"], environment: "node", }, });