mirror of
https://github.com/iconify/iconify.git
synced 2024-11-10 15:20:54 +00:00
9 lines
135 B
TypeScript
9 lines
135 B
TypeScript
import { defineConfig } from 'vitest/config';
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
globals: true,
|
|
environment: 'jsdom',
|
|
},
|
|
});
|