UNPKG

color-name-list

Version:
9 lines (7 loc) 158 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { include: ['tests/**/*.test.js'], environment: 'node', }, });