UNPKG

comic-vine-sdk

Version:

A JS/TS client for the Comic Vine API

9 lines (7 loc) 133 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { silent: true, globals: true, }, });