UNPKG

@jcottam/html-metadata

Version:

This JavaScript library simplifies the extraction of HTML Meta and OpenGraph tags from HTML content or URLs.

11 lines (9 loc) 218 B
import { defineConfig } from "vitest/config" export default defineConfig({ test: { environment: "node", globals: true, // Mock fetch for Node.js environment setupFiles: ["./tests/setup.ts"], }, })