mirror of
https://github.com/iconify/iconify.git
synced 2024-12-13 22:18:24 +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',
|
||
|
},
|
||
|
});
|